SearchCriteriaLoadXML Method

Loads the search criteria and (optionally) the search configuration from the Xml string.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public static SearchCriteria LoadXML(
	string xml,
	bool loadAll
)

Parameters

xml  String
Xml to load.
loadAll  Boolean
Flag indicating whether to also load the search configuration.

Return Value

SearchCriteria
A SearchCriteria object.

See Also