NovoSearchControl

NovoSearchControl provides novo content search.

Configurable properties

Property Default Valid values or format Effect
DMS_SiteID
Integer
Not specified   Sets the novo site identifier.
UrlLinkRoot
String
Not specified   Sets the root URL for result links.
SearchEvents
Boolean
Not specified true, false Controls event search.
SearchFAQ
Boolean
Not specified true, false Controls FAQ search.
SearchJobs
Boolean
Not specified true, false Controls job search.
SearchLiterature
Boolean
Not specified true, false Controls literature search.
SearchMultiSite
Boolean
Not specified true, false Controls multi-site search.
SearchNews
Boolean
Not specified true, false Controls news search.
SearchPages
Boolean
Not specified true, false Controls page search.
SearchProducts
Boolean
Not specified true, false Controls product search.
EVE_CalendarLinkName
String
Not specified   Sets the events link name.
FAQ_FAQLinkName
String
Not specified   Sets the FAQ link name.
ITM_ProductsLinkName
String
Not specified   Sets the products link name.
JOB_JobsLinkName
String
Not specified   Sets the jobs link name.
NWS_NewsListingLinkName
String
Not specified   Sets the news link name.

SitePages.config example

The following example loads NovoSearchControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: DMS_SiteID, UrlLinkRoot, SearchEvents, SearchFAQ, SearchJobs, SearchLiterature, SearchMultiSite, SearchNews, SearchPages, SearchProducts, EVE_CalendarLinkName, FAQ_FAQLinkName, ITM_ProductsLinkName, JOB_JobsLinkName, NWS_NewsListingLinkName.

<Control src="NovoSearchControl.ascx" />

Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.

Inherited properties

NovoSearchControl inherits shared conditions from CyberStoreBaseControl.


This site uses Just the Docs, a documentation theme for Jekyll.