Libreria DedNetConnector
DedNetConnectorCommandsCheckInDocument Method |
Esegue un CheckIn sul documento specificato in ingresso.
Namespace: DedNetConnector
Assembly: DedNetConnector (in DedNetConnector.dll) Version: 23.0.0.0 (23.0.0.0)

public bool CheckInDocument( string file, bool structure = false, bool eraseFromPws = false, bool showException = false )
Public Function CheckInDocument ( file As String, Optional structure As Boolean = false, Optional eraseFromPws As Boolean = false, Optional showException As Boolean = false ) As Boolean
public: bool CheckInDocument( String^ file, bool structure = false, bool eraseFromPws = false, bool showException = false )
member CheckInDocument : file : string * ?structure : bool * ?eraseFromPws : bool * ?showException : bool (* Defaults: let _structure = defaultArg structure false let _eraseFromPws = defaultArg eraseFromPws false let _showException = defaultArg showException false *) -> bool
Parameters
- file
- Type: SystemString
Percorso del documento su cui eseguire l'operazione. - structure (Optional)
- Type: SystemBoolean
Specifica se eseguire un CheckIn su tutta la struttura del documento; Default: False. - eraseFromPws (Optional)
- Type: SystemBoolean
Specifica se cancellare il documento dall'area locale dopo l'esecuzione del comando; Default: False. - showException (Optional)
- Type: SystemBoolean
Indica se visualizzare eventuali eccezioni all'interno di un apposito dialogo; Default: False.
Return Value
Type: BooleanTipo: 'System.Boolean'; Ritorna 'True' se l'operazione è andata a buon fine, 'False' altrimenti.
