IMetadataStructureCacheGetObjIDByGuid Method

Fetches the value list item or object id by guid.

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
ObjID GetObjIDByGuid(
	Vault vault,
	string objectGuid
)

Parameters

vault  Vault
The vault object.
objectGuid  String
The GUID of the object or value list item in '{00000000-0000-0000-0000-000000000000}' format.

Return Value

ObjID
The object or value list item id of the object with the matching GUID.

See Also