GetCommentFromID

public CommentNode GetCommentFromID(int commentID) ;

GetsCommentNodefrom the comment identifier.

Parameter Name Description
commentID The comment identifier.

FoundCommentNode. Returns null if not found.