Click or drag to resize

CaseDocuments Property

Provides access to the Documents imported into the case.

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

Return Value

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