Skip to content

EscapeDNComponent Function

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

Syntax

string EscapeDNComponent(dnComponent:string)

Description

Escapes the DN component of a distinguished name specified in LDAP format.

Remarks

If the input DN is null, an exception is thrown.

Supported Version

2.14.611.0 and later

Examples

EscapeDNComponent("CN="+[//Target/DisplayName])

Clone this wiki locally