Gets the case controller by case id.

C# | Visual Basic | Visual C++ |
ICaseController GetCaseControllerByCaseId( string caseId )
Function GetCaseControllerByCaseId ( _ caseId As String _ ) As ICaseController
ICaseController^ GetCaseControllerByCaseId( String^ caseId )

- caseId (String)
- The case id.

The case controller.