Metodo UtilityDocumentsOperation |
Namespace: DedNet.Core
public static void DocumentsOperation( string file, DragDropEffects effect, string destPath, string fromPath, bool isMoveDir )
Public Shared Sub DocumentsOperation ( file As String, effect As DragDropEffects, destPath As String, fromPath As String, isMoveDir As Boolean )
public: static void DocumentsOperation( String^ file, DragDropEffects effect, String^ destPath, String^ fromPath, bool isMoveDir )
static member DocumentsOperation : file : string * effect : DragDropEffects * destPath : string * fromPath : string * isMoveDir : bool -> unit