IListElementAllowEnclosureChange Property
|
Gets whether the element's
Enclosed property is allowed to be changed.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool AllowEnclosureChange { get; }
ReadOnly Property AllowEnclosureChange As Boolean
Get
property bool AllowEnclosureChange {
bool get ();
}
abstract AllowEnclosureChange : bool with get
Property Value
Type:
BooleanRemarks
This property is set by schema during page creation and cannot be changed later. The default value is false.
See Also