'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.