Skip to content

WrapXPathFilter Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

Syntax

string WrapXPathFilter(filter:string)

Description

Wraps the supplied XPath filter in the necessary XML to prepare for use in a criteria-based group or set definition.

Remarks

If the input filter string is null, the function returns a null value.

Supported Version

1.0.0.0 and later

Examples

WrapXPathFilter("/Person[_refRoles='"+[//Target/ObjectID]+"']")

Clone this wiki locally