Class Article
Article published on Halo Waypoint.
Inheritance
Namespace: Den.Dev.Grunt.Models.Waypoint
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class Article
Constructors
| Name | Description |
|---|---|
| Article() |
Properties
| Name | Description |
|---|---|
| Blocks | Gets or sets article blocks that represent individual paragraphs. |
| Categories | Gets or sets the categories associated with the article. |
| Content | Gets or sets the article content. |
| CreatorSlug | Gets or sets the article creator slug. |
| CreatorTitle | Gets or sets the article creator title. |
| Excerpt | Gets or sets the article excerpt. |
| FeaturedImageAlt | Gets or sets the featured image alternative text. |
| FeaturedImageAltMedium | Gets or sets the medium-sized featured image alternative text. |
| FeaturedImageAltSmall | Gets or sets the small-sized featured image alternative text. |
| FeaturedImageUri | Gets or sets the URI to the featured image. |
| FeaturedImageUriMedium | Gets or sets the medium-sized featured image. |
| FeaturedImageUriSmall | Gets or sets the msmall-sized featured image. |
| Id | Gets or sets the article ID. |
| PublishDate | Gets or sets the article publish date and time. |
| Slug | Gets or sets the article slug. |
| Subtitle | Gets or sets the article subtitle. |
| Tags | Gets or sets the tags associated with the article. |
| Title | Gets or sets the article title. |