Click or drag to resize

ExportConfigTagsToInclude Property

For an ExportScope of "Tagged", documents tagged with these tags will be included in the export unless they have also been tagged with a tag that appears in TagsToExclude.

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

Property Value

Type: IEnumerableTag
See Also