Hard delete journal item by journal id.

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

Syntax

C#
void DeleteJournalItem(
	int portalId,
	int userId,
	int journalId
)
Visual Basic
Sub DeleteJournalItem ( 
	portalId As Integer,
	userId As Integer,
	journalId As Integer
)

Parameters

portalId
Type: System..::..Int32
Id of portal.
userId
Type: System..::..Int32
Id of current user.
journalId
Type: System..::..Int32
Id of the journal want to delete.

See Also