DedNetConnectorCommandsCheckInDocument Method
|
Esegue un CheckIn sul documento specificato in ingresso.
Namespace: DedNetConnectorAssembly: DedNetConnector (in DedNetConnector.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax public bool CheckInDocument(
string file,
bool structure = false,
bool eraseFromPws = false
)
Public Function CheckInDocument (
file As String,
Optional structure As Boolean = false,
Optional eraseFromPws As Boolean = false
) As Boolean
public:
bool CheckInDocument(
String^ file,
bool structure = false,
bool eraseFromPws = false
)
member CheckInDocument :
file : string *
?structure : bool *
?eraseFromPws : bool
(* Defaults:
let _structure = defaultArg structure false
let _eraseFromPws = defaultArg eraseFromPws false
*)
-> bool
Parameters
- file String
- Percorso del documento su cui eseguire l'operazione.
- structure Boolean (Optional)
- Specifica se eseguire un CheckIn su tutta la struttura del documento; Default: False.
- eraseFromPws Boolean (Optional)
- Specifica se cancellare il documento dall'area locale dopo l'esecuzione del comando; Default: False.
Return Value
BooleanTipo: 'System.Boolean'; Ritorna 'True' se l'operazione è andata a buon fine, 'False' altrimenti.
See Also