ICategoryNodePermissionInherited Property
|
Gets and sets this CategoryNode's permission if it is inherited from its parent node.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
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
Boolean
See Also