ICategoryNodePermissionInherited Property
|
Gets and sets this CategoryNode's permission if it is inherited from its parent node.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntaxbool PermissionInherited { get; set; }
Property PermissionInherited As Boolean
Get
Set
property bool PermissionInherited {
bool get ();
void set (bool value);
}
abstract PermissionInherited : bool with get, set
Property Value
Type:
Boolean
See Also