GetMetadataStructureItemIdByGUIDResponse
MF_GetMetadataStructureItemIdByGUID method response structure.
| Name | Description | Type |
|---|---|---|
found | Receives true if the metadata structure item was found by GUID. | bool |
id | Receives the id of the metadata structure item. Valid only if pbFound is true. | int32 |
Example
{
"found": false,
"id": 0
}