Click or drag to resize
BCCompareDialog Constructor (BCDocument, Int32, Int32)
Initializes a new instance of the BCCompareDialog class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCCompareDialog(
	BCDocument document,
	int versionIndexLeft,
	int versionIndexRight
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document of which revisions will be compared.
versionIndexLeft
Type: SystemInt32
The index of a revision in Versions collection to show on the left panel of the dialog.
versionIndexRight
Type: SystemInt32
The index of a revision in Versions collection to show on the right panel of the dialog.
See Also