ObjVerExPermissions Class

Permissions Accessibility wrapper for an ObjVerEx.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class ObjVerExPermissions
Inheritance
Object    ObjVerExPermissions

Constructors

ObjVerExPermissions(ObjVerEx, UserOrUserGroupID) Constructor Overload accepting a UserOrUserGroupID.
ObjVerExPermissions(ObjVerEx, Int32, Boolean) Default ObjVerEx Permissions Constructor.

Properties

CanAttachObject Checks the attach object access for the passed user or group against this object version.
CanChangePermissions Checks the change permissions access for the passed user or group against this object version.
CanDelete Checks the delete access for the passed user or group against this object version.
CanEdit Checks the edit access for the passed user or group against this object version.
CanRead Checks the read access for the passed user or group against this object version.
Class Accessibility for this ObjectClass.
IsGroup UserAccount or UserGroup Flag.
Object Accessibility for this ObjType.
ObjVerEx Source ObjVerEx.
Properties Accessibility for all PropertyDefs found on this ObjVerEx.
UserOrGroupID UserAccount or UserGroup ID.

Methods

ToString Returns a object access report as a string.
(Overrides ObjectToString)
ToString(Boolean) Returns a object access report as a string.

See Also