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
)
Public Function Permissions (
appCxt As IAppContext,
objectID As String,
objectType As String
) As ObjectPermissions
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:
ObjectPermissionsA bitmask of the object's permissions
See Also