Metodo DocStructInfoAddCheckInStrutturaOperation (Boolean)
|
Imposta in checkin una struttura di documenti.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public void AddCheckInStrutturaOperation(
bool deletingPwsFile
)
Public Sub AddCheckInStrutturaOperation (
deletingPwsFile As Boolean
)
public:
void AddCheckInStrutturaOperation(
bool deletingPwsFile
)
member AddCheckInStrutturaOperation :
deletingPwsFile : bool -> unit
Parametri
- deletingPwsFile
- Tipo: SystemBoolean
Indica se il comando di Check-in eliminerà o meno il documento in locale.
Questo serve per indicare di eliminare il record in DED_DOC_USER nel caso di variabile a true.
Vedi anche