ControllerMapToControllerTemplateMap Method (Guid) |
Converts the Controller Map to a Controller Template Map.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ControllerTemplateMap ToControllerTemplateMap(
Guid templateTypeGuid
)
Parameters
- templateTypeGuid
- Type: SystemGuid
Controller Template type GUID. The Controller that owns this Controller Map must implement this Controller Template type.
Return Value
Type:
ControllerTemplateMapReturns the Controller Template Map. Returns null on failure.
See Also