Click or drag to resize

ManagementStoreProxyGetAgentInfo Method

Gets agent info for the specified case

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

Parameters

caseId
Type: SystemString
Id of the case

Return Value

Type: IEnumerableAgentInfo
Agent info for the specified case
See Also