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.
|
public Execute ( CommandContext context ) : void | ||
context | CommandContext | |
return | void |
public GetIcon ( CommandContext context, string icon ) : string | ||
context | CommandContext | |
icon | string | |
return | string |