| CaseManagerCaseExistsByName Method |
Checks if a case by this name already exists
Namespace:
Law.EdaIntegration.Case
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax public bool 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