文章 GroupsCreateOptions 类

  • 命名空间: Limyee.Extensibility.Api.Version1
  • 程序集: Limyee.Api.dll

定义

class GroupsCreateOptions
{
	bool? AutoCreateApplications { get; set;  }
	Byte[] AvatarFileData { get; set;  }
	string AvatarFileName { get; set;  }
	string AvatarFileUploadContext { get; set;  }
	string Description { get; set;  }
	bool? EnableGroupMessages { get; set;  }
	IList<ExtendedAttribute> ExtendedAttributes { get; set;  }
	string Key { get; set;  }
	int? ParentGroupId { get; set;  }
}

属性

名称

类型

描述

默认值

选项

AutoCreateApplications

bool?

Auto create applications

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

EnableGroupMessages

bool?

Enable group messages

ExtendedAttributes

IList<ExtendedAttribute>

ExtendedAttributes

Key

string

If not specified, the key will be generated.

ParentGroupId

int?

Parent group Id