MapHelperClearMapsInCategory Method |
Name | Description | |
---|---|---|
![]() | ClearMapsInCategoryT(Int32, Boolean) |
Removes all controller maps in a specific category for all controllers of a specific type.
|
![]() | ClearMapsInCategory(Int32, Boolean) |
Removes all controller maps in a specific category for all controllers.
|
![]() | ClearMapsInCategoryT(String, Boolean) |
Removes all controller maps in a specific category for all controllers of a specific type.
|
![]() | ClearMapsInCategory(String, Boolean) |
Removes all controller maps in a specific category for all controllers.
|
![]() | ClearMapsInCategoryT(Int32, Int32, Boolean) |
Removes all controller maps in a specific category and layout for all controllers of a specific type.
|
![]() | ClearMapsInCategoryT(String, String, Boolean) |
Removes all controller maps in a specific category and layout for all controllers of a specific type.
|
![]() | ClearMapsInCategory(ControllerType, Int32, Boolean) |
Removes all controller maps in a specific category for all controllers of a specific type.
|
![]() | ClearMapsInCategory(ControllerType, String, Boolean) |
Removes all controller maps in a specific category for all controllers of a specific type.
|
![]() | ClearMapsInCategory(ControllerType, Int32, Int32, Boolean) |
Removes all controller maps in a specific category and layout for all controllers of a specific type.
|
![]() | ClearMapsInCategory(ControllerType, String, String, Boolean) |
Removes all controller maps in a specific category and layout for all controllers of a specific type.
|