Click or drag to resize

IExportDocumentTags Property

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

Namespace:  EdaIntegrationContract.Exports
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
IEnumerable<ITag> Tags { get; set; }

Property Value

Type: IEnumerableITag
See Also