M-Files Vault Application Framework
C#
Show/Hide TOC
Metadata
Structure
Cache
Get
User
Group
Id
By
Guid Method
Gets user group id by guid.
Definition
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
virtual
int
GetUserGroupIdByGuid
(
Vault
vault
,
string
guid
)
Parameters
vault
Vault
The vault object.
guid
String
The user group GUID as string in '{00000000-0000-0000-0000-000000000000}' format.
Return Value
Int32
The user group id.
Implements
IMetadataStructureCache
GetUserGroupIdByGuid(Vault, String)
See Also
Reference
MetadataStructureCache Class
MFiles.VAF.MetadataCache Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also