SearchCriteriaLoadXML Method
Loads the search criteria and (optionally) the search configuration from the Xml string.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public static SearchCriteria LoadXML(
string xml,
bool loadAll
)
public:
static SearchCriteria^ LoadXML(
String^ xml,
bool loadAll
)
- xml String
- Xml to load.
- loadAll Boolean
- Flag indicating whether to also load the search configuration.
SearchCriteriaA SearchCriteria object.