M-Files Vault Application Framework
C#
Show/Hide TOC
Metadata
Structure
Cache
Get
User
Group
Admin Method
Gets the specified user group from the cache.
Definition
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
virtual
UserGroupAdmin
GetUserGroupAdmin
(
Vault
vault
,
int
groupId
)
Parameters
vault
Vault
The vault object.
groupId
Int32
The id of the user group.
Return Value
UserGroupAdmin
The user group.
Implements
IMetadataStructureCache
GetUserGroupAdmin(Vault, Int32)
See Also
Reference
MetadataStructureCache Class
MFiles.VAF.MetadataCache Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also