Click or drag to resize

PFFormsAccountsHubSyncPFUsersFromMembership Method

When forms authentication and whitelisting are enabled, this allows to plug an existing forms account database to Packflow, by ensuring the PFUsers. (PFUsers are the effective whitelist by now)

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<PFFormsAccountsHubFormsAccountSyncInfo> SyncPFUsersFromMembership(
	bool test,
	bool skipDeletedUsers
)

Parameters

test
Type: SystemBoolean
skipDeletedUsers
Type: SystemBoolean

Return Value

Type: ListPFFormsAccountsHubFormsAccountSyncInfo
See Also