File.AddFilesToFolder Method
Public Shared Function AddFilesToFolder( _
ByVal parent_window As IWin32Window, _
ByVal files_to_add As IEnumerable(Of String), _
ByVal destination_folder As ProjectFolder, _
ByVal prompt_for_move As FileAction, _
ByVal desc As String _
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse AddFilesToFolder(
IWin32Window parent_window,
IEnumerable<string> files_to_add,
ProjectFolder destination_folder,
FileAction prompt_for_move,
string desc
)
This language is not supported or no code example is available.
public:
static OperationResponse^ AddFilesToFolder(
IWin32Window^ parent_window,
IEnumerable<String^>^ files_to_add,
ProjectFolder^ destination_folder,
FileAction prompt_for_move,
String^ desc
)
This language is not supported or no code example is available.
Parameters
- parent_window
- IWin32Window
the parent window for any UI elements
- files_to_add
- IEnumerable<string>
the list of paths to add
- destination_folder
- ProjectFolder
the id of the destination folder
- prompt_for_move
- FileAction
- desc
- string
the description to use
Return Value
OperationResponsethe result of the operation