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

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

Syntax

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

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_DeleteByGroupId(System.Int32,System.Int32)
groupId
Type: System..::..Int32
paramgroupIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_DeleteByGroupId(System.Int32,System.Int32)

See Also