Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Document Class / UpdateTrackChangesAuthor Method
The name of the user that is currently modifying the Document.
The name of the user that will continue with the changes; in other words, the new author.


In This Topic
    UpdateTrackChangesAuthor Method
    In This Topic
    Changes the name of the user that is currently modifying the Document
    Syntax
    'Declaration
     
    Public Sub UpdateTrackChangesAuthor( _
       ByVal currentAuthorName As String, _
       ByVal newAuthorName As String _
    ) 
    'Usage
     
    Dim instance As Document
    Dim currentAuthorName As String
    Dim newAuthorName As String
     
    instance.UpdateTrackChangesAuthor(currentAuthorName, newAuthorName)
    public void UpdateTrackChangesAuthor( 
       string currentAuthorName,
       string newAuthorName
    )

    Parameters

    currentAuthorName
    The name of the user that is currently modifying the Document.
    newAuthorName
    The name of the user that will continue with the changes; in other words, the new author.
    Remarks
    This is useful when changes are tracked; it allows to indicate who modified specific aspects of the Document if more than one person is working on it.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also