summaryM:DotNetNuke.Services.Journal.Internal.InternalJournalControllerImpl.GetJournalItemsByGroup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)

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

Syntax

C#
public IList<JournalItem> GetJournalItemsByGroup(
	int portalId,
	int moduleId,
	int currentUserId,
	int groupId,
	int rowIndex,
	int maxRows
)
Visual Basic
Public Function GetJournalItemsByGroup ( 
	portalId As Integer,
	moduleId As Integer,
	currentUserId As Integer,
	groupId As Integer,
	rowIndex As Integer,
	maxRows As Integer
) As IList(Of JournalItem)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Journal.Internal.InternalJournalControllerImpl.GetJournalItemsByGroup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
moduleId
Type: System..::..Int32
parammoduleIdM:DotNetNuke.Services.Journal.Internal.InternalJournalControllerImpl.GetJournalItemsByGroup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
currentUserId
Type: System..::..Int32
paramcurrentUserIdM:DotNetNuke.Services.Journal.Internal.InternalJournalControllerImpl.GetJournalItemsByGroup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
groupId
Type: System..::..Int32
paramgroupIdM:DotNetNuke.Services.Journal.Internal.InternalJournalControllerImpl.GetJournalItemsByGroup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
rowIndex
Type: System..::..Int32
paramrowIndexM:DotNetNuke.Services.Journal.Internal.InternalJournalControllerImpl.GetJournalItemsByGroup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
maxRows
Type: System..::..Int32
parammaxRowsM:DotNetNuke.Services.Journal.Internal.InternalJournalControllerImpl.GetJournalItemsByGroup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Services.Journal.Internal.InternalJournalControllerImpl.GetJournalItemsByGroup(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)

Implements

IInternalJournalController..::..GetJournalItemsByGroup(Int32, Int32, Int32, Int32, Int32, Int32)

See Also