Click or drag to resize

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
)

Parameters

objectType
Type: SystemString
The object type.

Return Value

Type: Boolean
True if the permssions mask is non-zero, otherwise False.
See Also