Click or drag to resize

ManagementStoreProxyGetCaseBlacklistInfo Method

Gets blacklist info for the specified case

Namespace:  Law.EdaIntegration
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public IEnumerable<CaseBlacklistInfo> GetCaseBlacklistInfo(
	string caseId
)

Parameters

caseId
Type: SystemString
Id of the case

Return Value

Type: IEnumerableCaseBlacklistInfo
Blacklist info for the specified case
See Also