AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones LDAP
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
LDAPDelete (Function)
In french: LDAPSupprime
Deletes an object from the LDAP server. For security reasons, the object will be deleted only if it has no child element.
Example
// Delete the user named Bob
IF LDAPDelete("MySession", "CN=Bob, CN=Users, DC=pcsoft, DC=local") = False THEN
Error("Error while deleting Bob")
END
Syntax
<Result> = LDAPDelete(<LDAP session> , <DN of base object>)
<Result>: Boolean
  • True if the deletion was performed,
  • False otherwise. ErrorInfo returns more details about the error.
<LDAP session>: Character string
Name of LDAP session used.
<DN of base object>: Character string
Distinguished Name (DN) of the object to delete
Component: wd290com.dll
See also
Versión mínima requerida
  • Versión 10
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local