'Declaration Public Function GetAllReplies( _
ByVal includeStatesA value indicating whether replies with comment state (ParentState) must be included in the result.As Boolean _
) As Comment[]
public Comment[] GetAllReplies(
bool includeStates
)
public: Comment*[] GetAllReplies(
bool includeStates
)
public:
Comment^[] GetAllReplies(
bool includeStates
)
Parameters
- includeStates
- A value indicating whether replies with comment state (ParentState) must be included in the result.
Return Value
Array that contains all replies of this comment.