Metodo UtilityDocumentsOperation
             | 
          
        
        
            Effettua la copia o lo spostamento dei documenti dalla posizione attuale alla nuova destinazione.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic 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  String
 -  
 - effect  DragDropEffects
 - Indica se effettuare una copia o uno sposta.
 - destPath  String
 - Percorso di destinazione.
 - fromPath  String
 -  
 - isMoveDir  Boolean
 -  
 
Vedi anche