Get journal type by type id.

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

Syntax

C#
JournalTypeInfo GetJournalTypeById(
	int journalTypeId
)
Visual Basic
Function GetJournalTypeById ( 
	journalTypeId As Integer
) As JournalTypeInfo

Parameters

journalTypeId
Type: System..::..Int32
Type id.

Return Value

Journal type object.

See Also