IMetadataStructureCacheUpdateRemoveUserGroup 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#
void RemoveUserGroup(
	int userGroupId
)

Parameters

userGroupId  Int32
The user group's id.

See Also