Click or drag to resize

IContentItemClearSecurity Method


Clears all access to this page. Note that if no further security setting procedures are taken, no one except administrators will have access to this page . This action permenantly removes the security descriptor for this page.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool ClearSecurity()

Return Value

Type: Boolean
Returns true if this page has a security descriptor. It returns false otherwise.
Remarks

If this page's security is inherited, no action occurs and the method returns false.

See Also