ScriptingCriteriaCustomParameter Property
Gets or sets the custom parameter passed directly to the script.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public string CustomParameter { get; set; }
public:
property String^ CustomParameter {
String^ get ();
void set (String^ value);
}
Property Value
String The custom parameter can be retrieved in the script using the SearchParms object.