Click or drag to resize

ISchemaBasicIsComponent Property


Gets and sets whether this schema is for a component page.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool IsComponent { get; set; }

Property Value

Type: Boolean
Remarks
When a page is a component, it doesn't have views (visual templates) associated with it.
See Also