M-Files Vault Application Framework
C#
Show/Hide TOC
Metadata
Structure
Cache
Get
Obj
IDBy
Guid 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#
Copy
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
IMetadataStructureCache
GetObjIDByGuid(Vault, String)
See Also
Reference
MetadataStructureCache Class
MFiles.VAF.MetadataCache Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also