Click or drag to resize

ExportScope Enumeration

The scope of documents to export

Namespace:  EdaIntegrationContract.Exports
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
public enum ExportScope
Members
  Member nameValueDescription
Tagged0 The export will be generated based off of a set of provided tags
Filtered1 The export will include all items that pass all filters
See Also