Click or drag to resize

IAppContextPermissions Method

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

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

Parameters

objectID
Type: SystemString
The object ID
objectType
Type: SystemString
The type of object

Return Value

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