 | ManagementStoreProxy.GetCaseListStatusInfo Method |
Gets case list info for the specified case
Namespace:
Law.EdaIntegration
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntaxpublic IEnumerable<CaseListStatusInfo> GetCaseListStatusInfo(
string caseId
)
Parameters
- caseId
- Type: System.String
Id of the case
Return Value
Type:
IEnumerable<CaseListStatusInfo>Case list info for the specified case
See Also