Enum WSB_DCAPDFArchMethod¶
Specifies what the PDF Archive feature should do if there are conflicting file names.
Properties¶
| Name | Value |
|---|---|
| Access | Public |
Values¶
| Ordinal | Name | Description |
|---|---|---|
DoNotArchive |
Skip the file upload, do not archive. | |
| 1 | AlwaysCreateNew |
Creat a new file with a new file name with a number appended to it. |
| 2 | OverwriteExisting |
Overwrite the existing file on the remote file storage. |
| 3 | UseDefault |
Use the default setting specified in the Document Archive Setup table. |