MetadataStructureCacheGetLogin Method

Gets 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 LoginAccount GetLogin(
	Vault vault,
	int userId,
	string accountName
)

Parameters

vault  Vault
The vault object.
userId  Int32
The id of the user.
accountName  String
Account name.

Return Value

LoginAccount
The login account.

Implements

IMetadataStructureCacheGetLogin(Vault, Int32, String)

See Also