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

Inheritance: Command
Afficher le fichier Open project: Velir/Sitecore-PublishedItemComparer

Méthodes publiques

Méthode 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 méthode

Overriding the Execute method that Sitecore calls.
public Execute ( CommandContext context ) : void
context CommandContext
Résultat void

GetIcon() public méthode

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
Résultat string