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
)
Function Permissions (
objectID As String,
objectType As String
) As ObjectPermissions
Parameters
- objectID
- Type: SystemString
The object ID - objectType
- Type: SystemString
The type of object
Return Value
Type:
ObjectPermissionsA bimaks of the object's permissions
See Also