ICopyFileFolderCustomActionCopy link to this sectionLink to this section copied!

DeclarationCopy link to this sectionLink to this section copied!

ICopyFileFolderCustomAction : ICustomAction

OverviewCopy link to this sectionLink to this section copied!

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

PropertiesCopy link to this sectionLink to this section copied!

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.