Metodo DedDocManagerGetDocVersionFromStateHistory
|
Ritorna la versione numerica del documento dato il rowver cercando nella tabella history
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 28.0.0
Sintassipublic int GetDocVersionFromStateHistory(
DedDoc doc,
Guid rowver
)
Public Function GetDocVersionFromStateHistory (
doc As DedDoc,
rowver As Guid
) As Integer
public:
int GetDocVersionFromStateHistory(
DedDoc^ doc,
Guid rowver
)
member GetDocVersionFromStateHistory :
doc : DedDoc *
rowver : Guid -> int
Parametri
- doc DedDoc
- Documento di riferimeto
- rowver Guid
Valore di ritorno
Int32
Vedi anche