Click or drag to resize

ICaseManager.CaseExistsByName Method

Checks if a case by this name already exists

Namespace:  EdaIntegrationContract
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
bool CaseExistsByName(
	string caseName
)

Parameters

caseName
Type: System.String
The name of the case to be checked

Return Value

Type: Boolean
True if a case with this name already exists
See Also