Checks to see if the specified WebLogin is used by another user

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public static bool CheckWebLogin(
	string webLogin
)
Visual Basic
Public Shared Function CheckWebLogin ( _
	webLogin As String _
) As Boolean
Visual C++
public:
static bool CheckWebLogin(
	String^ webLogin
)

Parameters

webLogin
Type: System..::..String
WebLogin to check

Return Value

True if used, false if not used.

See Also