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