Skip to main content

ShowComment

Show a comment by its ID.

Syntax

expression.ShowComment(commentId);

expression - A variable that represents a ApiDocument class.

Parameters

NameRequired/OptionalData typeDefaultDescription
commentIdRequiredstring | Array.stringThe comment ID.

Returns

boolean