ObjectTypesSupportsPermissions Method |
Returns true if the specified object type supports permissions.
Namespace:
NetQuarry.Metadata
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool SupportsPermissions(
string objectType
)
Public Function SupportsPermissions (
objectType As String
) As Boolean
Parameters
- objectType
- Type: SystemString
The object type.
Return Value
Type:
BooleanTrue if the permssions mask is non-zero, otherwise False.
See Also