CreateAccountResult

From Virtual World Web Wiki
Jump to: navigation, search

Information about the result of a CreateAccountWithPassword call

Remarks [edit]

Properties

Guid? AccountID {get; set;}
The ID of the newly created account. Future calls to WebLogin will return this ID
string ErrorMessage {get; set;}
The error message if the account creation was not successfull
bool Succeeded {get; set;}
True if the request succeeded

Constructors

CreateAccountResult()