Click or drag to resize

Metodo DocStructInfoAddExportingOperation(Boolean, String, String, Boolean)

Operazione di esportazione del documento

Namespace: DedNet.Core
Assembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi
public void AddExportingOperation(
	bool checkOutOnExport,
	string checkOutUser,
	string rootDestPath,
	bool createFolderStructure
)

Parametri

checkOutOnExport  Boolean
Indica se il comando porrà il documento in checkOut prima dell'esportazione.
checkOutUser  String
Nome dell'utente associato all'operazione di checkOut.
rootDestPath  String
Percorso principale di esportazione.
createFolderStructure  Boolean
Indica se mantenere la struttura di cartelle.
Vedi anche