'Declaration
Public Function CompareObjectCurrentVersionToSnapshot( _ ByVal objectOID As OID, _ ByVal snapshotID As Guid, _ ByRef messages As MessageCollection _ ) As ReadOnlyCollection(Of ObjectComparison)
public ReadOnlyCollection<ObjectComparison> CompareObjectCurrentVersionToSnapshot( OID objectOID, Guid snapshotID, out MessageCollection messages )
Parameters
- objectOID
- The OID of the object to generate the report for.
- snapshotID
- The RecordID of the ObjectChangeLog record that represents the snapshot.
- messages
- Returns any error messages reported by the comparison.
Return Value
A collection containing a single ArcanaDevelopment.adTempus.Shared.ObjectComparison object with the results of the comparison.