Get all journal types in portal.

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

Syntax

C#
IEnumerable<JournalTypeInfo> GetJournalTypes(
	int portalId
)
Visual Basic
Function GetJournalTypes ( 
	portalId As Integer
) As IEnumerable(Of JournalTypeInfo)

Parameters

portalId
Type: System..::..Int32
Id of portal.

Return Value

Enumerable JournalTypeInfo object list.

See Also