Click or drag to resize

PFDataWidgetTSettingsGetApplicationCandidates Method

Returns all possible applications 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>> GetApplicationCandidates(
	PFSite site
)

Parameters

site
Type: Packflow.CorePFSite

Return Value

Type: IListPFWidgetChoiceGuid
See Also