C# Class Orchard.Pages.Commands.PageCommands

Inheritance: Orchard.Commands.DefaultOrchardCommandHandler
Show file Open project: ucdavis/Orchard

Private Properties

Property Type Description
Create void

Public Methods

Method Description
PageCommands ( IContentManager contentManager, IMembershipService membershipService, ISiteService siteService, IMenuService menuService, INavigationManager navigationManager ) : System

Private Methods

Method Description
Create ( ) : void

Method Details

PageCommands() public method

public PageCommands ( IContentManager contentManager, IMembershipService membershipService, ISiteService siteService, IMenuService menuService, INavigationManager navigationManager ) : System
contentManager IContentManager
membershipService IMembershipService
siteService ISiteService
menuService IMenuService
navigationManager INavigationManager
return System