Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDocumentNode Class / RecordDocumentHistoryUnit Method
unit to record


In This Topic
    RecordDocumentHistoryUnit Method
    In This Topic
    Records a history unit in the document effective history service
    Syntax
    'Declaration
     
    
    Protected Sub RecordDocumentHistoryUnit( _
       ByVal unit As NHistoryUnit _
    ) 
    'Usage
     
    
    Dim instance As NDocumentNode
    Dim unit As NHistoryUnit
     
    instance.RecordDocumentHistoryUnit(unit)
    protected void RecordDocumentHistoryUnit( 
       NHistoryUnit unit
    )

    Parameters

    unit
    unit to record
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also