IAccessCacheGetObjVerExPermissions Method

Gets the ObjVerExPermissions for the passed ObjVerEx / User or Group ID from the access cache.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
ObjVerExPermissions GetObjVerExPermissions(
	Vault vault,
	ObjVerEx objVerEx,
	int userOrGroupID,
	bool isGroup
)

Parameters

vault  Vault
The vault object. Reserved for future implementation to rebuild the cache if found not up-to-date.
objVerEx  ObjVerEx
ObjVerEx to resolve Accessibility rights against.
userOrGroupID  Int32
UserAccount or UserGroup ID to resolve Accessibility rights against.
isGroup  Boolean
True when the passed userOrGroupID is for a UserGroup

Return Value

ObjVerExPermissions
ObjVerExPermissions

See Also