C# 클래스 Sitecore.SharedSource.Contextualizer.CustomSitecore.Pipelines.FilterMenuItems

파일 보기 프로젝트 열기: Velir/Sitecore-Contextualizer

보호된 프로퍼티들

프로퍼티 타입 설명
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