Metodo UtilityDocumentsOperation
|
Effettua la copia o lo spostamento dei documenti dalla posizione attuale alla nuova destinazione.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi 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
Parametri
- file
- Tipo: SystemString
- effect
- Tipo: System.Windows.FormsDragDropEffects
Indica se effettuare una copia o uno sposta. - destPath
- Tipo: SystemString
Percorso di destinazione. - fromPath
- Tipo: SystemString
- isMoveDir
- Tipo: SystemBoolean
Vedi anche