MetadataStructureCacheRemoveUserAccount Method

Removes the specified user account from the cache.

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual void RemoveUserAccount(
	int userAccountId
)

Parameters

userAccountId  Int32
The user account's id.

Implements

IMetadataStructureCacheUpdateRemoveUserAccount(Int32)

See Also