Skip to main content

Enum FileUsageType

Namespace: Varigence.Languages.Biml.Connection

Assembly: Biml.dll

C#


public enum FileUsageType

Fields

FieldsDescription
CreateFileSpecifies that the file connection will create a new file on the file system at the target location.
CreateFolderSpecifies that the file connection will create a new folder on the file system at the target location.
ExistingFileSpecifies that the file connection must point to an existing file on the file system.
ExistingFolderSpecifies that the file connection must point to an existing folder on the file system.