PFUsersManagementHubV2CreateFormsAccount Method |
Tries to create a Forms accounts, and its associated PFUser if not present.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public MembershipUserInfo CreateFormsAccount(
string loginName,
string password,
string email,
string confirmPassword,
long userId
)
Parameters
- loginName
- Type: SystemString
An unique login name - password
- Type: SystemString
The password for the new account - email
- Type: SystemString
An email address, may be required unique by the Membership Provider - confirmPassword
- Type: SystemString
A password confirmation for server validation - userId
- Type: SystemInt64
The matching packflow user id, if applicable
Return Value
Type:
MembershipUserInfoA information message about the outcome of the operation.
See Also