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.492
Syntax
bool HasDescriptor(
	string contentItemId
)

Parameters

contentItemId  String
Content Item identifier

Return Value

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