Click or drag to resize

DedNetConnectorCommandsCheckOutDocument Method

Esegue un CheckOut sul documento specificato in ingresso.

Namespace: DedNetConnector
Assembly: DedNetConnector (in DedNetConnector.dll) Version: 27.1.0
Syntax
public string CheckOutDocument(
	string file,
	bool structure = false
)

Parameters

file  String
Percorso del documento su cui eseguire l'operazione.
structure  Boolean  (Optional)
Specifica se eseguire un CheckOut su tutta la struttura del documento; Default: False.

Return Value

String
Tipo: 'System.String'; Ritorna il percorso del doumento in locale se l'operazione è andata a buon fine, 'null' altrimenti.
See Also