Service1ClientIO_MoveFile Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
public void IO_MoveFile( string srcFile, string destFile, bool overwrite, string key )
Public Sub IO_MoveFile ( srcFile As String, destFile As String, overwrite As Boolean, key As String )
public: virtual void IO_MoveFile( String^ srcFile, String^ destFile, bool overwrite, String^ key ) sealed
abstract IO_MoveFile : srcFile : string * destFile : string * overwrite : bool * key : string -> unit override IO_MoveFile : srcFile : string * destFile : string * overwrite : bool * key : string -> unit