Click or drag to resize

PFFormsAccountsHubGetFormsAccounts Method

Gets all accounts information in default membership provider.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public List<PFFormsAccountsHubFormsAccountInfo> GetFormsAccounts()

Return Value

Type: ListPFFormsAccountsHubFormsAccountInfo
A non-paged list of all accounts for default membership provider.
See Also