Overload List

  Name Description
Public method Static member CreateAccount(String, String, String, Boolean, Action<(Of <<'(MembershipUser>)>>), MembershipUser%, String%)
Creates account and performs a customAction delegate upon successfull creation. If activation is required, an activation e-mail is sent, otherwise newly created user is immediatelly approved.
Public method Static member CreateAccount(Guid, String, String, String, Boolean, Action<(Of <<'(MembershipUser>)>>), MembershipUser%, String%)
Creates account and performs a customAction delegate upon successfull creation. If activation is required, an activation e-mail is sent, otherwise newly created user is immediatelly approved.

See Also