Click or drag to resize

PFDataWidgetTSettingsGetFieldCandidates Method

Returns all fields that a user can select given the current settings.

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#
[PFWidgetActionAttribute]
public IList<PFWidgetChoice<Guid>> GetFieldCandidates(
	PFSite site,
	string settingName
)

Parameters

site
Type: Packflow.CorePFSite
settingName
Type: SystemString

Return Value

Type: IListPFWidgetChoiceGuid
See Also