View Project on GitHub
Initialization of a Account object.
Namespace: GW2CSharp.V2.Authenticated.AccountAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Account(
Guid id,
string name,
int world,
IEnumerable<string> guilds,
DateTime created,
AccountType access,
int fractal_level
)
Parameters
- id
- Type: SystemGuid
The unique persistent account GUID. - name
- Type: SystemString
The unique account name with numerical suffix. It is possible that the name change. Do not rely on the name, use id instead. - world
- Type: SystemInt32
The home world the account is assigned to. - guilds
- Type: System.Collections.GenericIEnumerableString
A list of guilds assigned to the given account. - created
- Type: SystemDateTime
Timestamp of when the account was created. - access
- Type: GW2CSharp.V2.Authenticated.AccountAccountType
Accesslevel of the account. - fractal_level
- Type: SystemInt32
The account's personal fractal reward level. Requires the additional progression scope.
See Also