IMetadataStructureCacheGetUser Method |
Gets the user account of the specified user from the cache.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
SyntaxUserAccount GetUser(
Vault vault,
int userId
)
Function GetUser (
vault As Vault,
userId As Integer
) As UserAccount
UserAccount^ GetUser(
Vault^ vault,
int userId
)
Parameters
- vault
- Type: Vault
The vault object. - userId
- Type: SystemInt32
The id of the user.
Return Value
Type:
UserAccountThe user account.
See Also