An NDoc Documented Class Library

MsgFactory.RetrieveDestination Method (String, String, String, String)

Get an instance of a Destination from LDAP.

public static IDestination RetrieveDestination(
   string bindingName,
   string ldapUrl,
   string userName,
   string password
);

Parameters

bindingName
The LDAP binding name from which the definition is obtained.
ldapUrl
The url to the LDAP where the administred objects are stored.
userName
The user name of the LDAP.
password
The password.

Return Value

A topic

See Also

MsgFactory Class | webMethods.Msg Namespace | MsgFactory.RetrieveDestination Overload List