ObjVerExPermissions(ObjVerEx, Int32, Boolean) Constructor

Default ObjVerEx Permissions Constructor.

Definition

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

Parameters

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

See Also