MoveToDNAsync Method
Performs an LDAP 'modify' operation on the entry specified by DN by changing its superior.
Syntax
[VB.NET] Public Function MoveToDNAsync(ByVal NewSuperior As String) As Task
[C#] public Task MoveToDNAsync(string newSuperior);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
MoveToDNAsync MethodPerforms an LDAP 'modify' operation on the entry specified by DN by changing its superior. Syntax[VB.NET] Public Function MoveToDNAsync(ByVal NewSuperior As String) As Task [C#] public Task MoveToDNAsync(string newSuperior); RemarksThis method is the asynchronous version of the MoveToDN method and is used to support asynchronous operations in WinRT. Please refer to MoveToDN for more information. |
||