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

Checks whether a Project with a particular screen name exists.

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

Syntax

C#
public int ProjectExists(
	string screenName,
	int accountId
)
Visual Basic (Declaration)
Public Function ProjectExists ( _
	screenName As String, _
	accountId As Integer _
) As Integer
Visual C++
public:
int ProjectExists(
	String^ screenName, 
	int accountId
)

Parameters

screenName
Type: System..::.String
Screen name corresponding to a Project which needs to be checked.
accountId
Type: System..::.Int32
The identifier for the Customer.

Return Value

Id of the Project if found, -1 otherwise.

See Also