NavigationHelperFindParentLocalTask - метод

Find the first level in the selection path, starting from the bottom, that is not a local task.

Пространство имён:  Orchard.UI.Navigation
Сборка:  EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис
C#
public static MenuItem FindParentLocalTask(
	Stack<MenuItem> selectedPath
)

Параметры

selectedPath
Тип: StackMenuItem
The selection path stack. The bottom node is the currently selected one.

Возвращаемое значение

Тип: MenuItem
The first node, starting from the bottom, that is not a local task. Otherwise, null.
См. также