ShowComment
Show a comment by its ID.
Syntax
expression.ShowComment(commentId);
expression
- A variable that represents a ApiDocument class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
commentId | Required | string | Array.string | The comment ID. |
Returns
boolean