IMetadataStructureCacheUpdateRemoveUserAccount Method |
Removes the specified user account from the cache.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxvoid RemoveUserAccount(
int userAccountId
)
Sub RemoveUserAccount (
userAccountId As Integer
)
void RemoveUserAccount(
int userAccountId
)
Parameters
- userAccountId
- Type: SystemInt32
The user account's id.
See Also