Enum FileUsageType
C#
public enum FileUsageType
- Inheritance
-
- Derived
-
Fields
Name | Description |
---|---|
CreateFile | Specifies that the file connection will create a new file on the file system at the target location. |
CreateFolder | Specifies that the file connection will create a new folder on the file system at the target location. |
ExistingFile | Specifies that the file connection must point to an existing file on the file system. |
ExistingFolder | Specifies that the file connection must point to an existing folder on the file system. |