- 命名空间: Limyee.Extensibility.Api.Version1
- 程序集: Limyee.Api.dll
定义
class UsersCreateOptions { bool? AllowSitePartnersToContact { get; set; } bool? AllowSiteToContact { get; set; } string Bio { get; set; } DateTime? Birthday { get; set; } string DisplayName { get; set; } string EditorType { get; set; } bool? EnableBookmarkSharing { get; set; } bool? EnableDisplayInMemberList { get; set; } bool? EnableDisplayName { get; set; } bool? EnableEmail { get; set; } bool? EnableEmoticons { get; set; } bool? EnableHtmlEmail { get; set; } IList<ExtendedAttribute> ExtendedAttributes { get; set; } string Gender { get; set; } bool? IsBirthdaySet { get; set; } string Language { get; set; } string Location { get; set; } string PostSortOrder { 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 WebUrl { get; set; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
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 |
||
DisplayName |
string |
Display name. Optional parameter |
||
EditorType |
string |
Which text editor will be shown to the user when editing or creating content. Optional parameter |
||
EnableBookmarkSharing |
bool? |
Allow user's bookmarks to be viewed by others. Optional parameter |
||
EnableDisplayInMemberList |
bool? |
Enable Display In Member List. Optional parameter |
||
EnableDisplayName |
bool? |
Is a 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 |
||
ExtendedAttributes |
IList<ExtendedAttribute> |
List of Extended attributes |
||
Gender |
string |
Gender. Optional parameter |
||
IsBirthdaySet |
bool? |
Is birthday set? Optional parameter |
||
Language |
string |
Language. Optional parameter |
||
Location |
string |
Location. Optional parameter |
||
PostSortOrder |
string |
Post Sort Order. Options are Ascending, Descending. 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 |
Users's signature for forum posts. Optional parameter |
||
TimeZone |
double? |
Time zone. Optional parameter |
||
TimeZoneId |
string |
Time zone Id. Optional parameter |
||
WebUrl |
string |
Url. Optional parameter |