Click or drag to resize

ManagementStoreProxyGetCaseListStatusInfo Method

Gets case list info for the specified case

Namespace:  Law.EdaIntegration
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.3
Syntax
C#
public IEnumerable<CaseListStatusInfo> GetCaseListStatusInfo(
	string caseId
)

Parameters

caseId
Type: SystemString
Id of the case

Return Value

Type: IEnumerableCaseListStatusInfo
Case list info for the specified case
See Also