- 命名空间: Limyee.Extensibility.Api.Version1
- 程序集: Limyee.Api.dll
定义
class UsersUpdateOptions { string AccountStatus { get; set; } bool? AllowSitePartnersToContact { get; set; } bool? AllowSiteToContact { get; set; } string Bio { get; set; } DateTime? Birthday { get; set; } string ConversationContactType { get; set; } string DateFormat { get; set; } string DisplayName { get; set; } string EditorType { get; set; } bool? EnableBookmarkSharing { get; set; } IList<string> EnabledActivityMessageTypes { get; set; } bool? EnableDisplayInMemberList { get; set; } bool? EnableDisplayName { get; set; } bool? EnableEmail { get; set; } bool? EnableEmoticons { get; set; } bool? EnableHtmlEmail { get; set; } bool? EnableUserSignatures { get; set; } IList<ExtendedAttribute> ExtendedAttributes { get; set; } string Gender { get; set; } int? Id { get; set; } bool? IsBirthdaySet { get; set; } string Language { get; set; } string Location { get; set; } string ModerationLevel { get; set; } string NewPassword { get; set; } string OldPassword { get; set; } string Presence { get; set; } string PrivateEmail { get; set; } IList<ProfileField> ProfileFields { get; set; } string PublicEmail { get; set; } IList<string> RssFeeds { get; set; } string Signature { get; set; } double? TimeZone { get; set; } string TimeZoneId { get; set; } string Username { get; set; } string WebUrl { get; set; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
AccountStatus |
string |
Account status. Optional parameter |
||
AllowSitePartnersToContact |
bool? |
Allow site of Partners to contact to user. Optional parameter |
||
AllowSiteToContact |
bool? |
Allow site to contact to user. Optional parameter |
||
Bio |
string |
Bio. Optional parameter |
||
Birthday |
DateTime? |
Birthday. Optional parameter |
||
ConversationContactType |
string |
Conversation contact type. Optional parameter |
||
DateFormat |
string |
Date format. Optional parameter |
||
DisplayName |
string |
Display name. Optional parameter |
||
EditorType |
string |
Editor type. Optional parameter |
||
EnableBookmarkSharing |
bool? |
Allow user's bookmarks to be viewed by others. Optional parameter |
||
EnabledActivityMessageTypes |
IList<string> |
List of enabled Activity message types. Now that Activity Stories have superseded activity messages, use ActivityStoryUserPreferences to get more accurate information. Optional parameter |
||
EnableDisplayInMemberList |
bool? |
Enable Display In Member List. Optional parameter |
||
EnableDisplayName |
bool? |
Is Display name enabled? |
||
EnableEmail |
bool? |
Allow user to receive emails. Optional parameter |
||
EnableEmoticons |
bool? |
Emoticons will be shown to the user. Optional parameter |
||
EnableHtmlEmail |
bool? |
Allow user to receive emails in the HTML format. Optional parameter |
||
EnableUserSignatures |
bool? |
Is a user signature enabled? Optional parameter |
||
ExtendedAttributes |
IList<ExtendedAttribute> |
List of Extended attributes |
||
Gender |
string |
Gender. Optional parameter |
||
Id |
int? |
User Id. Either Id or Username is required. Optional parameter |
||
IsBirthdaySet |
bool? |
Is birthday set? |
||
Language |
string |
Language. Optional parameter |
||
Location |
string |
Location. Optional parameter |
||
ModerationLevel |
string |
Moderation level. Optional parameter |
||
NewPassword |
string |
New password. Optional parameter |
||
OldPassword |
string |
Old password. Required if changing the password. Optional parameter |
||
Presence |
string |
Presence |
||
PrivateEmail |
string |
Private email. Optional parameter |
||
ProfileFields |
IList<ProfileField> |
List of Profile fields. Optional parameter |
||
PublicEmail |
string |
Public email. Optional parameter |
||
RssFeeds |
IList<string> |
List of Rss feeds. Optional parameter |
||
Signature |
string |
Signature for forum posts. Optional parameter |
||
TimeZone |
double? |
Time zone. Optional parameter |
||
TimeZoneId |
string |
Time zone Id. Optional parameter |
||
Username |
string |
User's name. Either Id or Username is required. Optional parameter |
||
WebUrl |
string |
Url. Optional parameter |