Added functions to connect to and move files from one site to another
This commit is contained in:
parent
d03b93e554
commit
6f04ad15ea
Binary file not shown.
|
@ -121,3 +121,12 @@ $rsGUI.Dispose()
|
||||||
Exit
|
Exit
|
||||||
|
|
||||||
#endregion Start Point of Execution
|
#endregion Start Point of Execution
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
$btn_Start.Add_Click({
|
||||||
|
|
||||||
|
connectSP($tbx_SiteURL.Text)
|
||||||
|
moveSP($tbx_SourceFolderURL.Text,$tbx_TargetFolderURL.Text)
|
||||||
|
|
||||||
|
})
|
Loading…
Reference in New Issue