M-Files Vault Application Framework
C#
Show/Hide TOC
Metadata
Structure
Cache
Remove
User
Group Method
Removes 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
void
RemoveUserGroup
(
int
userGroupId
)
Parameters
userGroupId
Int32
The user group's id.
Implements
IMetadataStructureCacheUpdate
RemoveUserGroup(Int32)
See Also
Reference
MetadataStructureCache Class
MFiles.VAF.MetadataCache Namespace
In This Article
Definition
Parameters
Implements
See Also