IPageIsComponent Property
|
Gets whether this page is a component. Components are used as part of other pages, don't have their own URL entries, and don't have specific view or style sheet rendering specified in content.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool IsComponent { get; }
ReadOnly Property IsComponent As Boolean
Get
property bool IsComponent {
bool get ();
}
abstract IsComponent : bool with get
Property Value
Type:
BooleanSee Also