GroupsCreateOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Api.dll
Definition
class GroupsCreateOptions
{
bool? AutoCreateApplications { 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? | | | |
| Description | string | | | |
| EnableGroupMessages | bool? | | | |
| ExtendedAttributes | IList<ExtendedAttribute> | | | |
| Key | string | | | |
| ParentGroupId | int? | | | |