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


In This Topic
    Modified Property (NDocument)
    In This Topic
    Specifies whether the document is considered modified from an earlier state. This property is automatically set to true by Nevron, whenever a change, that is recorded by history has occured in the document content.
    Syntax
    'Declaration
     
    
    Public Property Modified As System.Boolean
    'Usage
     
    
    Dim instance As NDocument
    Dim value As System.Boolean
     
    instance.Modified = value
     
    value = instance.Modified
    public System.bool Modified {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