MetadataStructureCacheAddOrUpdateUserAccount Method

Adds or updates a user account in the cache.

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual void AddOrUpdateUserAccount(
	UserAccount userAccount
)

Parameters

userAccount  UserAccount
The user account to add or update.

Implements

IMetadataStructureCacheUpdateAddOrUpdateUserAccount(UserAccount)

See Also