| Overload | Description |
|---|---|
| Find(MenuType,Int32,Server) | Finds menu entries that match the given menu type and id. |
| Find(MenuType,String,Server) | Finds menu entries that match the given menu type and name. This does not check access when building the menu. |
| Find(MenuType,String,Boolean,Server) | Finds menu entries that match the given menu type and name. |
| Find(MenuType,Int32,Boolean,Server) | Finds menu entries that match the given menu type and name. |