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.3.169
Syntax Function ClearSecurity As Boolean
abstract ClearSecurity : unit -> bool
Return Value
Type:
BooleanReturns 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