An online store blog.
More...
|
T | Get< T > (string field, string alias=null) |
|
Dictionary< string, object > | Data |
|
Dictionary< string, object > | DataJSON [get, protected set] |
|
◆ Blog()
Shopify.Unity.Blog.Blog |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
Accepts deserialized json data. Will further parse passed in data.
- Parameters
-
dataJSON | Deserialized JSON data for Blog |
◆ articleByHandle()
Article Shopify.Unity.Blog.articleByHandle |
( |
string |
alias = null | ) |
|
|
inline |
Find an article by its handle.
- Parameters
-
alias | If the original field queried was queried using an alias, then pass the matching string. |
◆ articles()
List of the blog's articles.
- Parameters
-
alias | If the original field queried was queried using an alias, then pass the matching string. |
◆ authors()
The authors who have contributed to the blog.
◆ handle()
string Shopify.Unity.Blog.handle |
( |
| ) |
|
|
inline |
A human-friendly unique string for the Blog automatically generated from its title.
◆ id()
string Shopify.Unity.Blog.id |
( |
| ) |
|
|
inline |
◆ title()
string Shopify.Unity.Blog.title |
( |
| ) |
|
|
inline |
◆ url()
string Shopify.Unity.Blog.url |
( |
| ) |
|
|
inline |
The url pointing to the blog accessible from the web.
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/Blog.cs