- 命名空间: Limyee.Extensibility.Api.Version1
- 程序集: Limyee.Api.dll
定义
class GroupsUpdateOptions { Byte[] AvatarFileData { get; set; } string AvatarFileName { get; set; } string AvatarFileUploadContext { get; set; } string Description { get; set; } bool? EnableContactForm { get; set; } bool? EnableGroupMessages { get; set; } IList<ExtendedAttribute> ExtendedAttributes { get; set; } string GroupType { get; set; } string Key { get; set; } string Name { get; set; } int? ParentGroupId { get; set; } bool RemoveAvatarImage { get; set; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
AvatarFileData |
Byte[] |
Avatar File Data. When adding an image either FileData or FileUploadContext is required. Optional parameter |
||
AvatarFileName |
string |
Avatar File Name. Required when updating featured item using FileUploadContext. Optional parameter |
||
AvatarFileUploadContext |
string |
Avatar File Upload Context. When adding an image either FileData or FileUploadContext is required. Optional parameter |
||
Description |
string |
Description |
||
EnableContactForm |
bool? |
Enable contact form |
||
EnableGroupMessages |
bool? |
Enable group messages |
||
ExtendedAttributes |
IList<ExtendedAttribute> |
ExtendedAttributes |
||
GroupType |
string |
Group type |
Joinless, PublicOpen, PublicClosed, PrivateUnlisted, PrivateListed |
|
Key |
string |
If not specified, the key will be generated. |
||
Name |
string |
Name |
||
ParentGroupId |
int? |
Parent group Id |
||
RemoveAvatarImage |
bool |
Remove Avatar Image. If true, existing feature image will be deleted. |