Get journal item by object key.

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

Syntax

C#
JournalItem GetJournalItemByKey(
	int portalId,
	string objectKey,
	bool includeAllItems
)
Visual Basic
Function GetJournalItemByKey ( 
	portalId As Integer,
	objectKey As String,
	includeAllItems As Boolean
) As JournalItem

Parameters

portalId
Type: System..::..Int32
Id of portal.
objectKey
Type: System..::..String
The object key.
includeAllItems
Type: System..::..Boolean
Whether include deleted items.

Return Value

returnsM:DotNetNuke.Services.Journal.IJournalController.GetJournalItemByKey(System.Int32,System.String,System.Boolean)

See Also