Click or drag to resize

ExportConfigTagsToExclude Property

For an ExportScope of "Tagged", documents tagged with these tags will be excluded from the export.

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

Property Value

Type: IEnumerableTag
See Also