C# Class Sitecore.SharedSource.Contextualizer.CustomSitecore.Pipelines.FilterMenuItems

Afficher le fichier Open project: Velir/Sitecore-Contextualizer

Protected Properties

Свойство Type Description
CommandsParentFolderId string

Méthodes publiques

Méthode Description
Process ( GetQueryStateArgs args ) : void

Method that will be called when a command item (contextual menu item, ribbon button, etc.) is about to be rendered.

Private Methods

Méthode Description
GetMenuItems ( object>.Dictionary args ) : Item>.Dictionary

Will get the menu items from the context menu parent provided.

Method Details

Process() public méthode

Method that will be called when a command item (contextual menu item, ribbon button, etc.) is about to be rendered.
public Process ( GetQueryStateArgs args ) : void
args GetQueryStateArgs
Résultat void

Property Details

CommandsParentFolderId protected_oe property

The id for the parent folder containing our commands to filter on.
protected string CommandsParentFolderId
Résultat string