ChangeComment
function ChangeComment(sId: string, oCommentData: CommentData): void
Description
Changes the specified comment.
Parameters
- sId
string
The comment ID.
- oCommentData
CommentData
An object which contains the new comment data.
Returns
void
function ChangeComment(sId: string, oCommentData: CommentData): void
Changes the specified comment.
string
The comment ID.
CommentData
An object which contains the new comment data.
void