FileUsageType Enumeration
The FileUsageType enumeration provides options for how a file connection can connect to existing files or folders or create files or folders if needed.
Enumeration Values
Name | Summary |
---|---|
ExistingFile | Specifies that the file connection must point to an existing file on the file system. |
CreateFile | Specifies that the file connection will create a new file on the file system at the target location. |
ExistingFolder | Specifies that the file connection must point to an existing folder on the file system. |
CreateFolder | Specifies that the file connection will create a new folder on the file system at the target location. |