C# Class SitecoreExtension.PageProperties.Commands.Show

Inheritance: WebEditCommand
Afficher le fichier Open project: 1508/SitecoreExtension-PageProperties

Méthodes publiques

Méthode Description
Execute ( CommandContext context ) : void

Executes the command in the specified context.

QueryState ( CommandContext context ) : CommandState

Méthodes protégées

Méthode Description
Run ( ClientPipelineArgs args ) : void

Method Details

Execute() public méthode

Executes the command in the specified context.
public Execute ( CommandContext context ) : void
context CommandContext The context.
Résultat void

QueryState() public méthode

public QueryState ( CommandContext context ) : CommandState
context CommandContext
Résultat CommandState

Run() protected méthode

protected Run ( ClientPipelineArgs args ) : void
args ClientPipelineArgs
Résultat void