IAccessCacheGetObjVerExPermissions Method |
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
SyntaxObjVerExPermissions GetObjVerExPermissions(
Vault vault,
ObjVerEx objVerEx,
int userOrGroupID,
bool isGroup
)
Function GetObjVerExPermissions (
vault As Vault,
objVerEx As ObjVerEx,
userOrGroupID As Integer,
isGroup As Boolean
) As ObjVerExPermissions
ObjVerExPermissions^ GetObjVerExPermissions(
Vault^ vault,
ObjVerEx^ objVerEx,
int userOrGroupID,
bool isGroup
)
Parameters
- vault
- Type: Vault
The vault object. Reserved for future implementation to rebuild the cache if found not up-to-date. - objVerEx
- Type: MFiles.VAF.CommonObjVerEx
ObjVerEx to resolve Accessibility rights against. - userOrGroupID
- Type: SystemInt32
UserAccount or UserGroup ID to resolve Accessibility rights against. - isGroup
- Type: SystemBoolean
True when the passed userOrGroupID is for a UserGroup
Return Value
Type:
ObjVerExPermissionsObjVerExPermissions
See Also