GetCommentFromID

GetCommentFromID(int)

public CommentNode GetCommentFromID(int commentID) ;

Description

Gets CommentNode from the comment identifier.

Parameters

Parameter Name Description
commentID The comment identifier.

Returns

Found CommentNode. Returns null if not found.