IPageCreationRuleAutoSelectParent Property
|
Gets and sets whether this page creation rule allows the currently selected
Page to be used as a parent page for page creation.
This property doesn't serve any purpose on the API level. It provides a suggestive value in the user interface layer.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool AutoSelectParent { get; set; }
Property AutoSelectParent As Boolean
Get
Set
property bool AutoSelectParent {
bool get ();
void set (bool value);
}
abstract AutoSelectParent : bool with get, set
Property Value
Type:
BooleanSee Also