C# Class Sitecore.SharedSource.PublishedItemComparer.CustomSitecore.Commands.ItemComparerCommand

Inheritance: Command
Mostra file Open project: Velir/Sitecore-PublishedItemComparer

Public Methods

Method Description
Execute ( CommandContext context ) : void

Overriding the Execute method that Sitecore calls.

GetIcon ( CommandContext context, string icon ) : string

Overriding the GetIcon method that Sitecore calls. Figures out which Icon and Tooltip Text to use and calls the method to set them.

Method Details

Execute() public method

Overriding the Execute method that Sitecore calls.
public Execute ( CommandContext context ) : void
context CommandContext
return void

GetIcon() public method

Overriding the GetIcon method that Sitecore calls. Figures out which Icon and Tooltip Text to use and calls the method to set them.
public GetIcon ( CommandContext context, string icon ) : string
context CommandContext
icon string
return string