public CreateCommentAsync ( string comment, string galleryItemId, string parentId = null ) : Task |
||
comment | string | The comment text, this is what will be displayed. |
galleryItemId | string | The ID of the item in the gallery that you wish to comment on. |
parentId | string | The ID of the parent comment, this is an alternative method to create a reply. |
리턴 | Task |