EnumFileType Enum
Description
The EnumFileType enumeration indicates the type of the file on the server.
It is used with the following methods.
| Interface | Method |
| SAWVSDK | AddFiles AddFolder |
Constants
| Name | Value | Description |
| enumBinary | 0 |
Binary file type |
|
enumMergeable |
1 |
Mergeable file type |
|
enumAutoDetect |
2 |
Auto-detect file type |
See Also
AddFiles() method
AddFolder() method