Skip to main content

GetMetadataStructureItemIdByGUIDResponse

MF_GetMetadataStructureItemIdByGUID method response structure.

NameDescriptionType
foundReceives true if the metadata structure item was found by GUID.bool
idReceives the id of the metadata structure item. Valid only if pbFound is true.int32

Example

{
"found": false,
"id": 0
}