Click or drag to resize

IExportDocumentTags Property

The list of tags that have been applied to this document.

Namespace:  Law.EdaIntegration.Exports
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
IEnumerable<Tag> Tags { get; set; }

Property Value

Type: IEnumerableTag
See Also