Example #1
0
 public MoveCopySettings()
 {
     this.enabledField             = true;
     this.collisionActionField     = MoveCopySettingsSettingFileCollisionAction.Undefined;
     this.actionField              = MoveCopySettingsSettingFileAction.Undefined;
     this.unmatchedFileActionField = MoveCopySettingsUnmatchedFileAction.Skip;
 }
 public MoveCopySettingsSettingFile()
 {
     this.enabledField = true;
     this.collisionActionField = MoveCopySettingsSettingFileCollisionAction.Undefined;
     this.actionField = MoveCopySettingsSettingFileAction.Undefined;
 }
 public MoveCopySettings()
 {
     this.enabledField = true;
     this.collisionActionField = MoveCopySettingsSettingFileCollisionAction.Undefined;
     this.actionField = MoveCopySettingsSettingFileAction.Undefined;
     this.unmatchedFileActionField = MoveCopySettingsUnmatchedFileAction.Skip;
 }
Example #4
0
 public MoveCopySettingsSettingFile()
 {
     this.enabledField         = true;
     this.collisionActionField = MoveCopySettingsSettingFileCollisionAction.Undefined;
     this.actionField          = MoveCopySettingsSettingFileAction.Undefined;
 }