Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.Page Class Reference

Shopify merchants can create pages to hold static HTML content. Each Page object represents a custom page on the online store. More...

Inheritance diagram for Shopify.Unity.Page:
Shopify.Unity.SDK.AbstractResponse Shopify.Unity.Node

Public Member Functions

 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 ()
 

Additional Inherited Members

- Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse
Get< T > (string field, string alias=null)
 
- Protected Attributes inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > Data
 
- Properties inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > DataJSON [get, protected set]
 

Detailed Description

Shopify merchants can create pages to hold static HTML content. Each Page object represents a custom page on the online store.

Constructor & Destructor Documentation

◆ Page()

Shopify.Unity.Page.Page ( Dictionary< string, object >  dataJSON)
inline

Accepts deserialized json data. Will further parse passed in data.

Parameters
dataJSONDeserialized JSON data for Page

Member Function Documentation

◆ 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

Globally unique identifier.

Implements Shopify.Unity.Node.

◆ title()

string Shopify.Unity.Page.title ( )
inline

The title of the page.

◆ 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: