GroupsCreateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
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; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AutoCreateApplications | bool? | Auto create applications | ||
AvatarFileData Obsolete | Byte[] | OBSOLETE in 12: Use AvatarFileUploadContext instead. Avatar File Data. When adding an image either FileData or FileUploadContext is required. Optional parameter. OBSOLETE in 12: Use AvatarFileUploadContext instead. | ||
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 |