Get journal type by name.

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

Syntax

C#
JournalTypeInfo GetJournalType(
	string journalType
)
Visual Basic
Function GetJournalType ( 
	journalType As String
) As JournalTypeInfo

Parameters

journalType
Type: System..::..String
type name.

Return Value

Journal type object.

See Also