Skip to main content

Enum TransferTaskObjectExistsOption

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum TransferTaskObjectExistsOption

Fields

FieldsDescription
FailTaskSpecifies that the task should fail if an object with a conflicting name exists in the target.
OverwriteSpecifies that an object with a conflicting name on the target should be overwritten.
SkipSpecifies the transfer of any objects with conflicting names in the target should be skipped.