C# Класс Sitecore.SharedSource.PublishedItemComparer.CustomSitecore.Commands.ItemComparerCommand

Наследование: Command
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Execute() публичный Метод

Overriding the Execute method that Sitecore calls.
public Execute ( CommandContext context ) : void
context CommandContext
Результат void

GetIcon() публичный Метод

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
Результат string