IAccessCacheGetClassAccess Method

Gets the ClassAccess for the passed object class id from the access cache.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
ClassAccess GetClassAccess(
	Vault vault,
	int classId
)

Parameters

vault  Vault
The vault object. Reserved for future implementation to rebuild the cache if found not up-to-date.
classId  Int32
The object class id.

Return Value

ClassAccess
ClassAccess

See Also