summaryM:DotNetNuke.Services.Journal.Internal.InternalJournalControllerImpl.GetJournalItems(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
Namespace: DotNetNuke.Services.Journal.InternalAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public IList<JournalItem> GetJournalItems( int portalId, int moduleId, int currentUserId, int rowIndex, int maxRows ) |
Visual Basic |
---|
Public Function GetJournalItems ( portalId As Integer, moduleId As Integer, currentUserId As Integer, rowIndex As Integer, maxRows As Integer ) As IList(Of JournalItem) |
Parameters
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Journal.Internal.InternalJournalControllerImpl.GetJournalItems(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
- moduleId
- Type: System..::..Int32
parammoduleIdM:DotNetNuke.Services.Journal.Internal.InternalJournalControllerImpl.GetJournalItems(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
- currentUserId
- Type: System..::..Int32
paramcurrentUserIdM:DotNetNuke.Services.Journal.Internal.InternalJournalControllerImpl.GetJournalItems(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
- rowIndex
- Type: System..::..Int32
paramrowIndexM:DotNetNuke.Services.Journal.Internal.InternalJournalControllerImpl.GetJournalItems(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
- maxRows
- Type: System..::..Int32
parammaxRowsM:DotNetNuke.Services.Journal.Internal.InternalJournalControllerImpl.GetJournalItems(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)