ReplytoAnotherComment
Create a comment as a reply to another comment.
Stored Procedure Specific Information
Execute
Call this procedure to create a comment as a reply to another comment.
To create a comment as a reply to another comment, you must specify the following columns: CommentId and Content. A successful authentication is also required.
For example:
EXEC ReplytoAnotherComment CommentId=80,Content='\"testing123\"';
Input
| Name | Type | Description |
| CommentId | Integer | The CommentId. |
| Content | String | The comment text. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the operation was successful or not. |
| Id | Integer | The comment ID. |
| PostId | Integer | The post ID. |
| PostTitle | String | The post title. |
| PostType | String | The post type. |
| PostLink | String | The post link. |
| AuthorId | Integer | The author id. |
| AuthorLogin | String | The author login. |
| AuthorEmail | String | The author email. |
| AuthorName | String | The author name. |
| AuthorFirstName | String | The author first name. |
| AuthorLastName | String | The author last name. |
| AuthorNiceName | String | The author nice name. |
| AuthorURL | String | The author URL. |
| AuthorAvatarURL | String | The author Avatar URL. |
| AuthorProfileURL | String | The author Profile URL. |
| AuthorIPAddress | String | The author IP Address. |
| AuthorSiteId | Integer | The author site ID. |
| AuthorSiteVisible | Boolean | The author site Visible. |
| AuthorNiceName | String | The author nice name. |
| Date | Datetime | Date. |
| URL | String | Url. |
| ShortURL | String | Short Url. |
| Content | String | Content. |
| RawContent | String | Content. |
| Status | String | Status. |
| ParentId | String | parentId. |
| ParentType | String | parenttype. |
| ParentLink | String | parentlink. |
| Type | String | Type for the comment. |
| LikeCount | Integer | Like Count for the comment. |
| Ilike | Boolean | ILike for the comment. |
| MetaAggregate | String | MetaAggregate for the comment. |
| CanModerate | Boolean | CanModerate for the comment. |
| IReplied | Boolean | IReplied for the comment. |