A comment on an article.
More...
|
| Comment (Dictionary< string, object > dataJSON) |
| Accepts deserialized json data. Will further parse passed in data. More...
|
|
CommentAuthor | author () |
| The comment’s author. More...
|
|
string | content (string alias=null) |
| Stripped content of the comment, single line with HTML tags removed. More...
|
|
string | contentHtml () |
| The content of the comment, complete with HTML formatting. More...
|
|
string | id () |
| Globally unique identifier. More...
|
|
object | Clone () |
|
|
T | Get< T > (string field, string alias=null) |
|
Dictionary< string, object > | Data |
|
Dictionary< string, object > | DataJSON [get, protected set] |
|
◆ Comment()
Shopify.Unity.Comment.Comment |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
Accepts deserialized json data. Will further parse passed in data.
- Parameters
-
dataJSON | Deserialized JSON data for Comment |
◆ author()
◆ content()
string Shopify.Unity.Comment.content |
( |
string |
alias = null | ) |
|
|
inline |
Stripped content of the comment, 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.Comment.contentHtml |
( |
| ) |
|
|
inline |
The content of the comment, complete with HTML formatting.
◆ id()
string Shopify.Unity.Comment.id |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/Comment.cs