Soft delete journal items based on group Id

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

Syntax

C#
void SoftDeleteJournalItemByGroupId(
	int portalId,
	int groupId
)
Visual Basic
Sub SoftDeleteJournalItemByGroupId ( 
	portalId As Integer,
	groupId As Integer
)

Parameters

portalId
Type: System..::..Int32
Id of portal.
groupId
Type: System..::..Int32
Id of social group.

See Also