LoginService..::..NewUser Method
Create a new user and sends email confirmation.
Namespace:
FLEXYGO.AuthenticationAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [WebMethodAttribute] public static bool NewUser( EntityObject Entity, ProcessManager..::..ProcessHelper Ret )
<BlacklistCheckAttribute> _ <WebMethodAttribute> _ Public Shared Function NewUser ( _ Entity As EntityObject, _ Ret As ProcessManager..::..ProcessHelper _ ) As Boolean
Parameters
- Entity
- Type: FLEXYGO.Objects..::..EntityObject
User Entity object with all info
- Ret
- Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper
ProcessHelper for returning results