Click or drag to resize

ICaseSources Property

Provides access to the Sources for this case.

Namespace:  EdaIntegrationContract.Case
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
ISourceManager Sources { get; }

Return Value

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