ISecurityDescriptorsManagerHasDescriptor Method
|
Retrieves if the content item has a Security Descriptor.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool HasDescriptor(
string contentItemId
)
Function HasDescriptor (
contentItemId As String
) As Boolean
bool HasDescriptor(
String^ contentItemId
)
abstract HasDescriptor :
contentItemId : string -> bool
Parameters
- contentItemId
- Type: SystemString
Content Item identifier
Return Value
Type:
BooleanTrue if the content item has a security descriptor.
See Also