Click or drag to resize
FormGetEntity Method
Get entity for field.

Namespace:  GeonBit.UI.Utils.Forms
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Entity GetEntity(
	string fieldId
)

Parameters

fieldId
Type: SystemString
Field id to get entity for.

Return Value

Type: Entity
Field's root entity.
See Also