Metodo DedDocAddDocStateHistory
|
Aggiunge un record in DED_DOC_STATE_HISTORY relativo all'operazione e all'utente corrente.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public void AddDocStateHistory(
string operation
)
Public Sub AddDocStateHistory (
operation As String
)
public:
void AddDocStateHistory(
String^ operation
)
member AddDocStateHistory :
operation : string -> unit
Parametri
- operation String
Vedi anche