Click or drag to resize

Metodo DocStructInfo.AddExportingOperation(Boolean, String, String)

Operazione di esportazione del documento

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

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.
Vedi anche