CreateComment

CreateComment(int)

public CommentNode CreateComment(int nodeID) ;

Description

Create comment.

Parameters

Parameter Name Description
nodeID Node ID

Returns

The created comment. If the node ID is not unique, return null without creating it.

CreateComment()

public CommentNode CreateComment() ;

Description

Create comment.

Returns

The created comment.