Enum FileUsageType
Namespace: Varigence.Languages.Biml.Connection
Assembly: Biml.dll
C#
public enum FileUsageType
Fields
Fields | 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. |