|  | ICaseManagerCaseExistsByName Method  | 
 
                Checks if a case by this name already exists
            
 
    Namespace: 
   EdaIntegrationContract
    Assembly:
   EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
 Syntax
Syntaxbool CaseExistsByName(
	string caseName
)
Parameters
- caseName
- Type: SystemString
 The name of the case to be checked
Return Value
Type: 
BooleanTrue if a case with this name already exists
 See Also
See Also