C# Class Referenception.Core.Commands.ShowReferences

Opens a new content editor tab with the references of the current item
Inheritance: Command
Exibir arquivo Open project: unic/SitecoreReferenception

Public Methods

Method Description
Execute ( CommandContext context ) : void

Executes the command

Method Details

Execute() public method

Executes the command
public Execute ( CommandContext context ) : void
context CommandContext The context.
return void