ICopyFileFolderCustomAction

Declaration

ICopyFileFolderCustomAction : ICustomAction

Overview

This interface facilitates editing custom action that copy or move a file or folder.

Properties

String Source
Gets or sets the path of the file or folder to be copied or moved.

String Destination
Gets or sets the path where the file or folder will be copied or moved

Bool OverwriteExistingFiles
Gets or sets the property of the custom action that specifies if the files in the destination path will be overwritten

Bool Use64Bit
Gets or sets the property of the custom action that specifies to use a 64-bit process to copy or move

String IsMoveOperation
Gets or sets the property of the custom action that specifies if the operation will move files or copy.

See also

ICustomAction

ICustomActionSequence