C# Class Sitecore.SharedSource.EditForm.CustomSitecore.Commands.DeleteMultipleCommand

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

Méthodes publiques

Méthode Description
Execute ( CommandContext context ) : void

Executes the command in the specified context.

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