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

NameTypeDescriptionDefaultOptions
AccountStatusstring
AllowSitePartnersToContactbool?
AllowSiteToContactbool?
AvatarUrlstring
BannedUntilDateTime?
BanReasonstring
BirthdayDateTime?
ConversationContactTypestring
DateFormatstring
DisplayNamestring
EditorTypestring
EnableCollapsingPanelsbool?
EnableCommentNotificationsbool?
EnableConversationNotificationsbool?
EnabledActivityMessageTypesIList<string>
EnableDisplayInMemberListbool?
EnableDisplayNamebool?
EnableEmailbool?
EnableEmoticonsbool?
EnableFavoriteSharingbool?
EnableHtmlEmailbool?
EnablePostPreviewPopupbool?
EnableTrackingbool?
EnableUserSignaturesbool?
ExtendedAttributesApiList<ExtendedAttribute>
Genderstring
HasPasswordbool?
Idint?
IsSystemAccountbool?
JoinDateDateTime?
Languagestring
LastLoginDateDateTime?
Locationstring
ModerationLevelstring
Passwordstring
Pointsint?
PostSortOrderstring
PrivateEmailstring
ProfileFieldsApiList<ProfileField>
ProfileUrlstring
PublicEmailstring
RawBiostring
RssFeedsIList<string>
Signaturestring
SignatureFormattedstring
TimeZonedouble?
TimeZoneIdstring
TimeZoneInfostring
Usernamestring
WebUrlstring

Methods

string Bio();

Return Type

string

string Bio(string postTarget);

Parameters

NameTypeDescriptionRequiredDefaultOptions
postTargetstringPost TargetRequired

Return Type

string