MetadataStructureCacheRemoveLoginAccount Method

Removes the specified login 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 RemoveLoginAccount(
	string accountName
)

Parameters

accountName  String
The login accounts name.

Implements

IMetadataStructureCacheUpdateRemoveLoginAccount(String)

See Also