Click or drag to resize

CriteriaUtilityXmlToCriteria Method

Namespace:  Dynamicweb.DataManagement
Assembly:  Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax
public static Criteria XmlToCriteria(
	string tableName,
	XmlDocument xmlDocument
)

Parameters

tableName
Type: SystemString
xmlDocument
Type: System.XmlXmlDocument

Return Value

Type: Criteria
See Also