Method | Description | |
---|---|---|
Display ( string id ) : System.Web.Mvc.ActionResult | ||
Index ( Orchard.UI.Navigation.PagerParameters pagerParameters, string type = "Module", string q = "", string s = "" ) : System.Web.Mvc.ActionResult | ||
PackageController ( IOrchardServices orchardService, IIndexManager indexManager ) : System |
Method | Description | |
---|---|---|
GetSearchBuilder ( ) : ISearchBuilder |
public Display ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public Index ( Orchard.UI.Navigation.PagerParameters pagerParameters, string type = "Module", string q = "", string s = "" ) : System.Web.Mvc.ActionResult | ||
pagerParameters | Orchard.UI.Navigation.PagerParameters | |
type | string | |
q | string | |
s | string | |
return | System.Web.Mvc.ActionResult |
public PackageController ( IOrchardServices orchardService, IIndexManager indexManager ) : System | ||
orchardService | IOrchardServices | |
indexManager | IIndexManager | |
return | System |