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

Shows if the Customer projet is already in the quickbooks.

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

Syntax

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

Parameters

customerProject
Type: System..::.String
The Project name for Customer Project.

Return Value

true if the Customer Project is already in quickbooks, false otherwise.

See Also