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

Authenticates the account information specified in the LdapAuthenticationString in the web.config

Namespace:  OfficeClip.DBLayer.Account
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public bool IsValidAccount()
Visual Basic (Declaration)
Public Function IsValidAccount As Boolean
Visual C++
public:
bool IsValidAccount()

Return Value

True if successful, False otherwise.

See Also