Click or drag to resize

CaseSources Property

Provides access to the Sources for this case.

Namespace:  Law.EdaIntegration.Case
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public SourceManager Sources { get; }

Return Value

Type: SourceManager
Returns the SourceManager for accessing information relating to the document sources of this case.
See Also