IAccessCache Interface

Accessor Interface.

Definition

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

Methods

GetCache Gets the AccessCache.
GetClassAccess Gets the ClassAccess for the passed object class id from the access cache.
GetNamedACLAccess Gets the NamedACLAccess for the passed property def id from the access cache.
GetObjectAccess Gets the ObjectAccess for the passed object id from the access cache.
GetObjVerExPermissions Gets the ObjVerExPermissions for the passed ObjVerEx / User or Group ID from the access cache.
GetPropertyAccess Gets the PropertyAccess for the passed property def id from the access cache.

See Also