C# Класс Sitecore.SharedSource.Contextualizer.CustomSitecore.Pipelines.FilterMenuItems

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
CommandsParentFolderId string

Открытые методы

Метод Описание
Process ( GetQueryStateArgs args ) : void

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

Приватные методы

Метод Описание
GetMenuItems ( object>.Dictionary args ) : Item>.Dictionary

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

Описание методов

Process() публичный Метод

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
Результат void

Описание свойств

CommandsParentFolderId защищенное свойство

The id for the parent folder containing our commands to filter on.
protected string CommandsParentFolderId
Результат string