User is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Api.dll
Definition
class User
{
string AccountStatus { get; set; }
bool? AllowSitePartnersToContact { get; set; }
bool? AllowSiteToContact { get; set; }
string AvatarUrl { get; }
DateTime? BannedUntil { get; set; }
string BanReason { get; set; }
DateTime? Birthday { get; set; }
string ConversationContactType { get; set; }
string DateFormat { get; set; }
string DisplayName { get; set; }
string EditorType { get; set; }
bool? EnableCollapsingPanels { get; set; }
bool? EnableCommentNotifications { get; set; }
bool? EnableConversationNotifications { get; set; }
IList<string> EnabledActivityMessageTypes { get; }
bool? EnableDisplayInMemberList { get; set; }
bool? EnableDisplayName { get; set; }
bool? EnableEmail { get; set; }
bool? EnableEmoticons { get; set; }
bool? EnableFavoriteSharing { get; set; }
bool? EnableHtmlEmail { get; set; }
bool? EnablePostPreviewPopup { get; set; }
bool? EnableTracking { get; set; }
bool? EnableUserSignatures { get; set; }
ApiList<ExtendedAttribute> ExtendedAttributes { get; set; }
string Gender { get; set; }
bool? HasPassword { get; set; }
int? Id { get; set; }
bool? IsSystemAccount { get; set; }
DateTime? JoinDate { get; set; }
string Language { get; set; }
DateTime? LastLoginDate { get; set; }
string Location { get; set; }
string ModerationLevel { get; set; }
string Password { get; set; }
int? Points { get; set; }
string PostSortOrder { get; set; }
string PrivateEmail { get; set; }
ApiList<ProfileField> ProfileFields { get; set; }
string ProfileUrl { get; }
string PublicEmail { get; set; }
string RawBio { get; set; }
IList<string> RssFeeds { get; set; }
string Signature { get; set; }
string SignatureFormatted { get; set; }
double? TimeZone { get; set; }
string TimeZoneId { get; }
string TimeZoneInfo { get; }
string Username { get; set; }
string WebUrl { get; set; }
string Bio();
string Bio(string postTarget);
}
Properties
| Name | Type | Description | Default | Options |
|---|
| AccountStatus | string | | | |
| AllowSitePartnersToContact | bool? | | | |
| AllowSiteToContact | bool? | | | |
| AvatarUrl | string | | | |
| BannedUntil | DateTime? | | | |
| BanReason | string | | | |
| Birthday | DateTime? | | | |
| ConversationContactType | string | | | |
| DateFormat | string | | | |
| DisplayName | string | | | |
| EditorType | string | | | |
| EnableCollapsingPanels | bool? | | | |
| EnableCommentNotifications | bool? | | | |
| EnableConversationNotifications | bool? | | | |
| EnabledActivityMessageTypes | IList<string> | | | |
| EnableDisplayInMemberList | bool? | | | |
| EnableDisplayName | bool? | | | |
| EnableEmail | bool? | | | |
| EnableEmoticons | bool? | | | |
| EnableFavoriteSharing | bool? | | | |
| EnableHtmlEmail | bool? | | | |
| EnablePostPreviewPopup | bool? | | | |
| EnableTracking | bool? | | | |
| EnableUserSignatures | bool? | | | |
| ExtendedAttributes | ApiList<ExtendedAttribute> | | | |
| Gender | string | | | |
| HasPassword | bool? | | | |
| Id | int? | | | |
| IsSystemAccount | bool? | | | |
| JoinDate | DateTime? | | | |
| Language | string | | | |
| LastLoginDate | DateTime? | | | |
| Location | string | | | |
| ModerationLevel | string | | | |
| Password | string | | | |
| Points | int? | | | |
| PostSortOrder | string | | | |
| PrivateEmail | string | | | |
| ProfileFields | ApiList<ProfileField> | | | |
| ProfileUrl | string | | | |
| PublicEmail | string | | | |
| RawBio | string | | | |
| RssFeeds | IList<string> | | | |
| Signature | string | | | |
| SignatureFormatted | string | | | |
| TimeZone | double? | | | |
| TimeZoneId | string | | | |
| TimeZoneInfo | string | | | |
| Username | string | | | |
| WebUrl | string | | | |
Methods
string Bio();
Return Type
string
string Bio(string postTarget);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|
| postTarget | string | Post Target | Required | | |
Return Type
string