Metodo DedDocAddDocStateHistory
|
Aggiunge un record in DED_DOC_STATE_HISTORY relativo all'operazione e all'utente corrente.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.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
- Tipo: SystemString
Vedi anche