MetadataStructureCacheAddOrUpdateUserAccount Method |
Adds or updates a user account in the cache.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual void AddOrUpdateUserAccount(
UserAccount userAccount
)
Public Overridable Sub AddOrUpdateUserAccount (
userAccount As UserAccount
)
public:
virtual void AddOrUpdateUserAccount(
UserAccount^ userAccount
)
Parameters
- userAccount
- Type: UserAccount
The user account to add or update.
Implements
IMetadataStructureCacheUpdateAddOrUpdateUserAccount(UserAccount)
See Also