Get all comments in the given journal items.

Namespace: DotNetNuke.Services.Journal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
IList<CommentInfo> GetCommentsByJournalIds(
	List<int> journalIdList
)
Visual Basic
Function GetCommentsByJournalIds ( 
	journalIdList As List(Of Integer)
) As IList(Of CommentInfo)

Parameters

journalIdList
Type: System.Collections.Generic..::..List<(Of <(<'Int32>)>)>
Id list of journal items.

Return Value

CommentInfo object list.

See Also