summaryM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Comment_Get(System.Int32)

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

Syntax

C#
IDataReader Journal_Comment_Get(
	int commentId
)
Visual Basic
Function Journal_Comment_Get ( 
	commentId As Integer
) As IDataReader

Parameters

commentId
Type: System..::..Int32
paramcommentIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Comment_Get(System.Int32)

Return Value

returnsM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Comment_Get(System.Int32)

See Also