IMetadataStructureCacheUpdate Interface

Interface for updating the user accounts, user groups and login accounts in the metadata structure cache. The cache implementation should implement this interface in order to be able to receive the notifications that arrive through the M-Files Server event mechanism.

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public interface IMetadataStructureCacheUpdate

Methods

AddOrUpdateLoginAccount Adds or updates a user account in the cache.
AddOrUpdateUserAccount Adds or updates a user account in the cache.
AddOrUpdateUserGroupAdmin Adds or updates a user group in the cache.
RemoveLoginAccount Removes the specified login account from the cache.
RemoveUserAccount Removes the specified user account from the cache.
RemoveUserGroup Removes the specified user group from the cache.

See Also