Click or drag to resize

ReviewGetTrackedChanges Method

This method returns all tracked changes objects in a document.

Namespace:  TXTextControl.ReportingCloud
Assembly:  ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax
C#
public List<TrackedChange> GetTrackedChanges(
	byte[] document
)

Parameters

document
Type: SystemByte
The document that should be used to return the tracked changes.

Return Value

Type: ListTrackedChange
See Also