Click or drag to resize

XPathExpressionToString Method (Boolean)

Gets the string representation of the expression

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public string ToString(
	bool wrapFilterXml
)

Parameters

wrapFilterXml
Type: SystemBoolean
A value that indicates if the expression should be wrapped in an XML filter element

Return Value

Type: String
The string representation of the expression
See Also