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.5.94
Syntaxbool 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: 
Boolean
RemarksThis property only applies for Page Schemas. On Component Schemas
See Also