Click or drag to resize

ICaseDocuments Property

Provides access to the Documents imported into the case.

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

Return Value

Type: IDocumentManager
Returns the DocumentManager for this case.
See Also