An article in an online store blog.
More...
|
T | Get< T > (string field, string alias=null) |
|
Dictionary< string, object > | Data |
|
Dictionary< string, object > | DataJSON [get, protected set] |
|
An article in an online store blog.
◆ Article()
Shopify.Unity.Article.Article |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
Accepts deserialized json data. Will further parse passed in data.
- Parameters
-
dataJSON | Deserialized JSON data for Article |
◆ author()
◆ authorV2()
◆ blog()
Blog Shopify.Unity.Article.blog |
( |
| ) |
|
|
inline |
The blog that the article belongs to.
◆ comments()
List of comments posted on the article.
- Parameters
-
alias | If the original field queried was queried using an alias, then pass the matching string. |
◆ content()
string Shopify.Unity.Article.content |
( |
string |
alias = null | ) |
|
|
inline |
Stripped content of the article, single line with HTML tags removed.
- Parameters
-
alias | If the original field queried was queried using an alias, then pass the matching string. |
◆ contentHtml()
string Shopify.Unity.Article.contentHtml |
( |
| ) |
|
|
inline |
The content of the article, complete with HTML formatting.
◆ excerpt()
string Shopify.Unity.Article.excerpt |
( |
string |
alias = null | ) |
|
|
inline |
Stripped excerpt of the article, single line with HTML tags removed.
- Parameters
-
alias | If the original field queried was queried using an alias, then pass the matching string. |
◆ excerptHtml()
string Shopify.Unity.Article.excerptHtml |
( |
| ) |
|
|
inline |
The excerpt of the article, complete with HTML formatting.
◆ handle()
string Shopify.Unity.Article.handle |
( |
| ) |
|
|
inline |
A human-friendly unique string for the Article automatically generated from its title.
◆ id()
string Shopify.Unity.Article.id |
( |
| ) |
|
|
inline |
◆ image()
Image Shopify.Unity.Article.image |
( |
string |
alias = null | ) |
|
|
inline |
The image associated with the article.
- Parameters
-
alias | If the original field queried was queried using an alias, then pass the matching string. |
◆ publishedAt()
DateTime? Shopify.Unity.Article.publishedAt |
( |
| ) |
|
|
inline |
The date and time when the article was published.
◆ seo()
Seo Shopify.Unity.Article.seo |
( |
| ) |
|
|
inline |
The article’s SEO information.
◆ tags()
List<string> Shopify.Unity.Article.tags |
( |
| ) |
|
|
inline |
A categorization that a article can be tagged with.
◆ title()
string Shopify.Unity.Article.title |
( |
| ) |
|
|
inline |
◆ url()
string Shopify.Unity.Article.url |
( |
| ) |
|
|
inline |
The url pointing to the article accessible from the web.
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/Article.cs