Click or drag to resize

PFUsersManagementHubV2UpdateFormsAccount Method

Updates 'Approved' status for the account corresponding to the FormsAccountInfo against 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 MembershipUserInfo UpdateFormsAccount(
	MembershipUserInfo info
)

Parameters

info
Type: Packflow.Core.PocoMembershipUserInfo
The Forms Account info object, with

Return Value

Type: MembershipUserInfo
An updated Forms Account info object
See Also