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

Shows if the user is already in the quickbooks.

Namespace:  OfficeClip.BusinessLayer.Sync
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public bool IsUserInQBEmployees(
	string userName
)
Visual Basic (Declaration)
Public Function IsUserInQBEmployees ( _
	userName As String _
) As Boolean
Visual C++
public:
bool IsUserInQBEmployees(
	String^ userName
)

Parameters

userName
Type: System..::.String
The name of the user.

Return Value

true if the user is already in the quickbooks, false otherwise.

See Also