Content created on the site must implement this interface for the social services to support it.
Group
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class Group { Guid ApplicationId { get; } string AvatarUrl { get; } Guid ContainerId { get; set; } DateTime? DateCreated { get; set; } string Description { get; set; } bool EnableContact { get; set; } bool EnableGroupMessages { get; set; } int GroupCount { get; } string GroupType { get; set; } bool HasGroups { get; set; } int? Id { get; set; } string Key { get; set; } string Name { get; set; } int? ParentGroupId { get; set; } int PendingMembers { get; } Guid? ThemeId { get; } int? TotalMembers { get; set; } string Url { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid | A Guid uniquely identifying the application. | ||
AvatarUrl | string | The Url to the container’s avatar. | ||
ContainerId | Guid | A Guid uniquely identifying the container. | ||
DateCreated | DateTime? | |||
Description | string | |||
EnableContact | bool | |||
EnableGroupMessages | bool | |||
GroupCount | int | |||
GroupType | string | |||
HasGroups | bool | |||
Id | int? | |||
Key | string | |||
Name | string | |||
ParentGroupId | int? | |||
PendingMembers | int | |||
ThemeId | Guid? | |||
TotalMembers | int? | |||
Url | string | A Url to the container on the site. |