M-Files Vault Application Framework
C#
Show/Hide TOC
Metadata
Structure
Cache
Get
User 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#
Copy
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
IMetadataStructureCache
GetUser(Vault, Int32)
See Also
Reference
MetadataStructureCache Class
MFiles.VAF.MetadataCache Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also