MetadataStructureCacheGetObjIDByGuid 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#
public virtual ObjID GetObjIDByGuid(
	Vault vault,
	string objectGuid
)

Parameters

vault  Vault
The vault object.
objectGuid  String
The GUID of the object or value list item.

Return Value

ObjID
The workflow id for the alias.

Implements

IMetadataStructureCacheGetObjIDByGuid(Vault, String)

See Also