Content created on the site must implement this interface for the social services to support it.
ArticleCollection
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Articles.dll
Definition
class ArticleCollection { Guid ApplicationId { get; } Guid ApplicationTypeId { get; } Guid ContentId { get; } Guid ContentTypeId { get; } DateTime? CreateDate { get; set; } User CreatedBy { get; set; } Article DefaultArticle { get; set; } ArticleType DefaultType { get; set; } DateTime? DeleteDate { get; set; } string Description { get; set; } bool? EnableHelpfulness { get; set; } Group Group { get; set; } Guid? Id { get; set; } bool? IsDeleted { get; set; } bool? IsEnabled { get; set; } string Name { get; set; } string Prefix { get; set; } Guid? ThemeId { get; set; } string Url { get; set; } string UrlKey { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid | A Guid uniquely identifying the application. | ||
ApplicationTypeId | Guid | A Guid identifying the type of application. All applications of the same type (i.e. wiki) will have the same value here. | ||
ContentId | Guid | A Guid uniquely identifying the content. | ||
ContentTypeId | Guid | A Guid identifying the type of content. All content of the same type (i.e. wiki page) will have the same value here. | ||
CreateDate | DateTime? | |||
CreatedBy | User | |||
DefaultArticle | Article | |||
DefaultType | ArticleType | |||
DeleteDate | DateTime? | |||
Description | string | |||
EnableHelpfulness | bool? | |||
Group | Group | |||
Id | Guid? | |||
IsDeleted | bool? | |||
IsEnabled | bool? | |||
Name | string | |||
Prefix | string | |||
ThemeId | Guid? | |||
Url | string | A Url to the application on the site. | ||
UrlKey | string |