Click or drag to resize

DocStorageOptions Enumeration

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum DocStorageOptions
Members
  Member nameValueDescription
DeleteSourceFile1 After storing the file, delete the source file. Does not apply to files provided in a stream, only those provided by path.
AuditDownload2 Mark the field specified by the AuditDownload property on the service to 1 to indicate that it should be stored as 'needs audit'.
See Also