Click or drag to resize

IControllerTemplateGetElementTargets Method

Gets a list of all Controller Template Element targets that map to the specified target Controller Element.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
int GetElementTargets(
	ControllerElementTarget target,
	IList<ControllerTemplateElementTarget> results
)

Parameters

target
Type: RewiredControllerElementTarget
The target Controller Element.
results
Type: System.Collections.GenericIListControllerTemplateElementTarget
The list of results. Provide a list which will be used to return the results. The list will be cleared by the method.

Return Value

Type: Int32
All Template Element targets that map to the specified target Controller Element
See Also