Shopify merchants can create pages to hold static HTML content. Each Page object represents a custom page on the online store.
More...
|
| | Page (Dictionary< string, object > dataJSON) |
| | Accepts deserialized json data. Will further parse passed in data. More...
|
| |
| string | body () |
| | The description of the page, complete with HTML formatting. More...
|
| |
| string | bodySummary () |
| | Summary of the page body. More...
|
| |
| DateTime? | createdAt () |
| | The timestamp of the page creation. More...
|
| |
| string | handle () |
| | A human-friendly unique string for the page automatically generated from its title. More...
|
| |
| string | id () |
| | Globally unique identifier. More...
|
| |
| string | title () |
| | The title of the page. More...
|
| |
| DateTime? | updatedAt () |
| | The timestamp of the latest page update. More...
|
| |
| string | url () |
| | The url pointing to the page accessible from the web. More...
|
| |
|
object | Clone () |
| |
|
|
T | Get< T > (string field, string alias=null) |
| |
|
Dictionary< string, object > | Data |
| |
|
Dictionary< string, object > | DataJSON [get, protected set] |
| |
Shopify merchants can create pages to hold static HTML content. Each Page object represents a custom page on the online store.
◆ Page()
| Shopify.Unity.Page.Page |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
Accepts deserialized json data. Will further parse passed in data.
- Parameters
-
| dataJSON | Deserialized JSON data for Page |
◆ body()
| string Shopify.Unity.Page.body |
( |
| ) |
|
|
inline |
The description of the page, complete with HTML formatting.
◆ bodySummary()
| string Shopify.Unity.Page.bodySummary |
( |
| ) |
|
|
inline |
Summary of the page body.
◆ createdAt()
| DateTime? Shopify.Unity.Page.createdAt |
( |
| ) |
|
|
inline |
The timestamp of the page creation.
◆ handle()
| string Shopify.Unity.Page.handle |
( |
| ) |
|
|
inline |
A human-friendly unique string for the page automatically generated from its title.
◆ id()
| string Shopify.Unity.Page.id |
( |
| ) |
|
|
inline |
◆ title()
| string Shopify.Unity.Page.title |
( |
| ) |
|
|
inline |
◆ updatedAt()
| DateTime? Shopify.Unity.Page.updatedAt |
( |
| ) |
|
|
inline |
The timestamp of the latest page update.
◆ url()
| string Shopify.Unity.Page.url |
( |
| ) |
|
|
inline |
The url pointing to the page accessible from the web.
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/Page.cs