Metodo DedDocManagerAddDocStateHistory
|
Aggiunge un record in DED_DOC_STATE_HISTORY relativo all'operazione, a questo utente ed al documento passato.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 28.0.0
Sintassipublic void AddDocStateHistory(
DedDoc doc,
string operation
)
Public Sub AddDocStateHistory (
doc As DedDoc,
operation As String
)
public:
void AddDocStateHistory(
DedDoc^ doc,
String^ operation
)
member AddDocStateHistory :
doc : DedDoc *
operation : string -> unit
Parametri
- doc DedDoc
- Documento soggetto all'operazione
- operation String
- Identificativo dell'operazione
Vedi anche