summaryM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Get(System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean)

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

Syntax

C#
IDataReader Journal_Get(
	int portalId,
	int currentUserId,
	int journalId,
	bool includeAllItems,
	bool isDeleted,
	bool securityCheck
)
Visual Basic
Function Journal_Get ( 
	portalId As Integer,
	currentUserId As Integer,
	journalId As Integer,
	includeAllItems As Boolean,
	isDeleted As Boolean,
	securityCheck As Boolean
) As IDataReader

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Get(System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean)
currentUserId
Type: System..::..Int32
paramcurrentUserIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Get(System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean)
journalId
Type: System..::..Int32
paramjournalIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Get(System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean)
includeAllItems
Type: System..::..Boolean
paramincludeAllItemsM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Get(System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean)
isDeleted
Type: System..::..Boolean
paramisDeletedM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Get(System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean)
securityCheck
Type: System..::..Boolean
paramsecurityCheckM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Get(System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean)

Return Value

returnsM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Get(System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean)

See Also