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

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

Syntax

C#
void Journal_Types_Delete(
	int journalTypeId,
	int portalId
)
Visual Basic
Sub Journal_Types_Delete ( 
	journalTypeId As Integer,
	portalId As Integer
)

Parameters

journalTypeId
Type: System..::..Int32
paramjournalTypeIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Types_Delete(System.Int32,System.Int32)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Types_Delete(System.Int32,System.Int32)

See Also