MetadataStructureCacheGetUser Method

Gets the user account of the specified user from the cache.

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual UserAccount GetUser(
	Vault vault,
	int userId
)

Parameters

vault  Vault
The vault object.
userId  Int32
The id of the user.

Return Value

UserAccount
The user account.

Implements

IMetadataStructureCacheGetUser(Vault, Int32)

See Also