Click or drag to resize

UserContextPermissions Method

Returns a bitmask of the object's permissions. If the object has no assigned permissions, the return value is 0xffffffff (All permission bits are set)

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ObjectPermissions Permissions(
	IAppContext appCxt,
	string objectID,
	string objectType
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context object.
objectID
Type: SystemString
The object ID of the item to check
objectType
Type: SystemString
The type of the object.

Return Value

Type: ObjectPermissions
A bitmask of the object's permissions
See Also