M-Files Vault Application Framework
C#
Show/Hide TOC
Metadata
Structure
Cache
Remove
User
Account Method
Removes the specified user account from the cache.
Definition
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
virtual
void
RemoveUserAccount
(
int
userAccountId
)
Parameters
userAccountId
Int32
The user account's id.
Implements
IMetadataStructureCacheUpdate
RemoveUserAccount(Int32)
See Also
Reference
MetadataStructureCache Class
MFiles.VAF.MetadataCache Namespace
In This Article
Definition
Parameters
Implements
See Also