Table of Contents

Method RemoveMenu

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

RemoveMenu(IMenuModel)

Removes a menu model from the collection.

public void RemoveMenu(IMenuModel menuModel)

Parameters

menuModel IMenuModel

The menu model to remove.

RemoveMenu(IEnumerable<IMenuModel>)

Removes multiple menu models from the collection.

public void RemoveMenu(IEnumerable<IMenuModel> menuItems)

Parameters

menuItems IEnumerable<IMenuModel>

The menu models to remove.