ElementFactoryGetElement Method

Gets the referenced Element instance.

Definition

Namespace: Gemstone.Web.Razor.Elements
Assembly: Gemstone.Web.Razor (in Gemstone.Web.Razor.dll) Version: 1.0.178 -- Release Build+1775721ead4c83e4a885f3d99af28e09fcdcea84
public Element GetElement(
	ElementReference reference
)

Parameters

reference  ElementReference
The reference to the element.

Return Value

Element
The referenced element.

See Also