ItemMetaSearchIndexTerms Property |
Gets or sets additional search terms to be indexed by the search indexer but does not appear in the WebView rendering. Used only by the page module.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string SearchIndexTerms { get; set; }
Public Property SearchIndexTerms As String
Get
Set
public:
property String^ SearchIndexTerms {
String^ get ();
void set (String^ value);
}
member SearchIndexTerms : string with get, set
Property Value
Type:
String
See Also