IPublishingTargetSiteSearchString Property
|
Gets/sets the search string for site branding. This setting only applies when the
Transform property is true,
since transforms on publishes behave very similarly to a browser request on a page at runtime.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string SiteSearchString { get; set; }
Property SiteSearchString As String
Get
Set
property String^ SiteSearchString {
String^ get ();
void set (String^ value);
}
abstract SiteSearchString : string with get, set
Property Value
Type:
StringSee Also