ISchemaContentIsComponent Property
|
Gets/sets if this is a component page or schema for a component page.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool IsComponent { get; set; }Property IsComponent As Boolean
Get
Set
property bool IsComponent {
bool get ();
void set (bool value);
}abstract IsComponent : bool with get, set
Property Value
Boolean
See Also