IP*Works! V9 - Online Help
IP*Works! V9
Questions / Feedback?

ModifyRDN Method

Performs an LDAP 'modify RDN' operation an entry specified by DN .

Syntax

[VB.NET]
Public Sub ModifyRDN(ByVal NewRDN As String)
[C#]
public void ModifyRDN(string newRDN);

Remarks

This method performs an LDAP 'modify RDN' operation on the entry specified by DN.

NewRDN is the new RDN for the entry specified by DN

The result of the operation is returned via the Result event.

NOTE: This method has a corresponding asynchronous version (ModifyRDNAsync) for use in the WinRT environment.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0