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

NameTypeDescriptionDefaultOptions
AutoCreateApplicationsbool?
Descriptionstring
EnableGroupMessagesbool?
ExtendedAttributesIList<ExtendedAttribute>
Keystring
ParentGroupIdint?