Click or drag to resize

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
)

Parameters

contentItemId
Type: SystemString
Content Item identifier

Return Value

Type: Boolean
True if the content item has a security descriptor.
See Also