Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDocumentNode Class / RecordDocumentHistoryFields Method
names of the fields to record


In This Topic
    RecordDocumentHistoryFields Method
    In This Topic
    Records the state of the specified fields in the document effective history service
    Syntax
    'Declaration
     
    
    Protected Sub RecordDocumentHistoryFields( _
       ByVal fieldNames() As System.String _
    ) 
    'Usage
     
    
    Dim instance As NDocumentNode
    Dim fieldNames() As System.String
     
    instance.RecordDocumentHistoryFields(fieldNames)
    protected void RecordDocumentHistoryFields( 
       System.string[] fieldNames
    )

    Parameters

    fieldNames
    names of the fields 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