Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDocument Class / LocalHistoryService Property


In This Topic
    LocalHistoryService Property
    In This Topic
    Gets or sets the document local history service, which this document must use when it wants to record history actions. If specified, this history service becomes the effective history service of the document and all embedded documents that do not have a local history service.
    Syntax
    'Declaration
     
    
    Public Property LocalHistoryService As NHistoryService
    'Usage
     
    
    Dim instance As NDocument
    Dim value As NHistoryService
     
    instance.LocalHistoryService = value
     
    value = instance.LocalHistoryService
    public NHistoryService LocalHistoryService {get; set;}
    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