Metodo DocStructInfoAddExportingOperation (Boolean, String, String)
|
Operazione di esportazione del documento
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public void AddExportingOperation(
bool checkOutOnExport,
string checkOutUser,
string rootDestPath
)
Public Sub AddExportingOperation (
checkOutOnExport As Boolean,
checkOutUser As String,
rootDestPath As String
)
public:
void AddExportingOperation(
bool checkOutOnExport,
String^ checkOutUser,
String^ rootDestPath
)
member AddExportingOperation :
checkOutOnExport : bool *
checkOutUser : string *
rootDestPath : string -> unit
Parametri
- checkOutOnExport
- Tipo: SystemBoolean
Indica se il comando porrà il documento in checkOut prima dell'esportazione. - checkOutUser
- Tipo: SystemString
Nome dell'utente associato all'operazione di checkOut. - rootDestPath
- Tipo: SystemString
Percorso principale di esportazione.
Vedi anche