| 
Document
StartTrackRevisions Method (String, DateTime)
  | 
 Begins making all subsequent changes made to the document programmatically as revisions.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public void StartTrackRevisions(
	string author,
	DateTime dateTime
)
 
Public Sub StartTrackRevisions ( 
	author As String,
	dateTime As DateTime
)
 
public:
void StartTrackRevisions(
	String^ author, 
	DateTime dateTime
)
 
member StartTrackRevisions : 
author : string * 
dateTime : DateTime -> unit 
 
 
 
Parameters
 
- 
author
 
- 
 Type:
 
System
String
 
 The author to use for revisions.
- 
dateTime
 
- 
 Type:
 
System
DateTime
 
 The date and time to use for revisions.
 
 See Also
See Also