[This is preliminary documentation and is subject to change.]

Converts a path to its LDAP URL by appending a "LDAP://" string at its front if not already present.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string ConvertLdapUrl(
	string url
)
Visual Basic (Declaration)
Public Shared Function ConvertLdapUrl ( _
	url As String _
) As String
Visual C++
public:
static String^ ConvertLdapUrl(
	String^ url
)

Parameters

url
Type: System..::.String
the path that needs to be converted.

Return Value

The converted url with a "LDAP://" at the front.

See Also