ISchemaFieldIndexable Property
|
Gets/sets the field's ability to be indexed for in site search.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool Indexable { get; set; }Property Indexable As Boolean
Get
Set
property bool Indexable {
bool get ();
void set (bool value);
}abstract Indexable : bool with get, set
Property Value
Boolean
See Also