IAssetNonRuntimeIndexable Property
|
Gets/sets whether this asset can be picked up by InSite search content index.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool NonRuntimeIndexable { get; set; }
Property NonRuntimeIndexable As Boolean
Get
Set
property bool NonRuntimeIndexable {
bool get ();
void set (bool value);
}
abstract NonRuntimeIndexable : bool with get, set
Property Value
Type:
BooleanSee Also