ISchemaRuntimeIndexable Property
|
Gets/sets whether the Schema should be indexed at Runtime.
This property will instruct the Runtime content indexing system for searches, to include the Schema for indexing or not.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RuntimeIndexable { get; set; }
Property RuntimeIndexable As Boolean
Get
Set
property bool RuntimeIndexable {
bool get ();
void set (bool value);
}
abstract RuntimeIndexable : bool with get, set
Property Value
Type:
BooleanRemarks This property only applies for Page Schemas. On Component Schemas
See Also