Property | Type | Description | |
---|---|---|---|
Cancel | Button | ||
Grid | GridPanel | ||
OK | Button | ||
PublishingTargets | Combobox | ||
Version1 | Combobox | ||
comparerPlaceholder | Placeholder | ||
createdByLiteral | Literal | ||
createdLiteral | Literal | ||
infoLiteral | Literal | ||
itemPathLiteral | Literal | ||
lastModifiedByLiteral | Literal | ||
lastModifiedLiteral | Literal | ||
nameLiteral | Literal | ||
publishButton | Button | ||
templatePathLiteral | Literal | ||
viewTargetItemButton | Button |
Method | Description | |
---|---|---|
OnLoad ( |
||
OnPreRender ( |
||
publishButton_OnClick ( object sender, |
||
viewTargetItemButton_OnClick ( object sender, |
Method | Description | |
---|---|---|
Compare ( string version1, string publishingTargetDatabase ) : void |
Executes the compare of two items.
|
|
CompareItem ( System.Item item ) : void |
Compare and show results
|
|
GetPublishingTargets ( ) : IList |
Returns a list of publishing target items
|
|
OnCancel ( object sender, |
Closes the dialog window
|
|
OnOK ( object sender, |
Closes the dialog window
|
|
OnUpdate ( object sender, |
Refresh the dialog window
|
|
Refresh ( ) : void |
Process currently selected item versions and refresh the dialog window
|
|
SetItemInformation ( System.Item item ) : void |
Sets field information for the current item
|
|
SetPublishingTargetsComboBox ( IList |
Fills the Publishing Targets ComboBox.
|
|
SetValidationField ( System.Item item ) : void |
Sets the bulleted list of validation outputs
|
|
SetVersionsComboBox ( Sitecore.Data.Version versionNumbers, System.Item item ) : void |
Fills the Versions ComboBox.
|
protected OnLoad ( |
||
eventArgs | ||
return | void |
protected OnPreRender ( |
||
eventArgs | ||
return | void |
protected publishButton_OnClick ( object sender, |
||
sender | object | |
e | ||
return | void |
protected viewTargetItemButton_OnClick ( object sender, |
||
sender | object | |
e | ||
return | void |
protected Placeholder comparerPlaceholder | ||
return | Placeholder |