-
-
Notifications
You must be signed in to change notification settings - Fork 5
MemberFieldsType
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines the types of fields associated with a Trello member.
| Value | Description |
|---|---|
FullName |
The full name related to the account, if it is public. |
Username |
The username of the member. |
Initials |
The initials related to the account, if it is public. |
AvatarUrl |
The URL of the member's avatar. |
Confirmed |
Indicates whether the user has confirmed their email address for their account. |
Email |
The email address of the member. |
MemberType |
The type of membership (admin, normal, observer). |
LastActivityDate |
The last time the member performed an activity in Trello. |
LastLoginDate |
The last time the member logged into Trello. |
This enum is utilized in classes such as MemberFields and GetMemberOptions to specify the fields to include when retrieving member data.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')