Click or drag to resize

MapHelperClearMapsInCategory Method

Overload List
  NameDescription
Public methodClearMapsInCategoryT(Int32, Boolean)
Removes all controller maps in a specific category for all controllers of a specific type.
Public methodClearMapsInCategory(Int32, Boolean)
Removes all controller maps in a specific category for all controllers.
Public methodClearMapsInCategoryT(String, Boolean)
Removes all controller maps in a specific category for all controllers of a specific type.
Public methodClearMapsInCategory(String, Boolean)
Removes all controller maps in a specific category for all controllers.
Public methodClearMapsInCategoryT(Int32, Int32, Boolean)
Removes all controller maps in a specific category and layout for all controllers of a specific type.
Public methodClearMapsInCategoryT(String, String, Boolean)
Removes all controller maps in a specific category and layout for all controllers of a specific type.
Public methodClearMapsInCategory(ControllerType, Int32, Boolean)
Removes all controller maps in a specific category for all controllers of a specific type.
Public methodClearMapsInCategory(ControllerType, String, Boolean)
Removes all controller maps in a specific category for all controllers of a specific type.
Public methodClearMapsInCategory(ControllerType, Int32, Int32, Boolean)
Removes all controller maps in a specific category and layout for all controllers of a specific type.
Public methodClearMapsInCategory(ControllerType, String, String, Boolean)
Removes all controller maps in a specific category and layout for all controllers of a specific type.
Top
See Also