MetadataStructureCacheGetLogin Method |
Gets the specified login account from the cache.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual LoginAccount GetLogin(
Vault vault,
int userId,
string accountName
)
Public Overridable Function GetLogin (
vault As Vault,
userId As Integer,
accountName As String
) As LoginAccount
public:
virtual LoginAccount^ GetLogin(
Vault^ vault,
int userId,
String^ accountName
)
Parameters
- vault
- Type: Vault
The vault object. - userId
- Type: SystemInt32
The id of the user. - accountName
- Type: SystemString
Account name.
Return Value
Type:
LoginAccountThe login account.
Implements
IMetadataStructureCacheGetLogin(Vault, Int32, String)
See Also