Click or drag to resize

PFDataWidgetTSettingsGetSelectedField Method

Returns the selected field for the given setting, or null no field is selected.

Namespace:  Packflow.Core.Widgets.BuiltIn
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFField GetSelectedField(
	PFSite site,
	string settingName
)

Parameters

site
Type: Packflow.CorePFSite
settingName
Type: SystemString

Return Value

Type: PFField
See Also