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.3.169
Syntax bool 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:
BooleanSee Also