summaryM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Types_Save(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)

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

Syntax

C#
int Journal_Types_Save(
	int journalTypeId,
	string journalType,
	string icon,
	int portalId,
	bool isEnabled,
	bool appliesToProfile,
	bool appliesToGroup,
	bool appliesToStream,
	string options,
	bool supportsNotify
)
Visual Basic
Function Journal_Types_Save ( 
	journalTypeId As Integer,
	journalType As String,
	icon As String,
	portalId As Integer,
	isEnabled As Boolean,
	appliesToProfile As Boolean,
	appliesToGroup As Boolean,
	appliesToStream As Boolean,
	options As String,
	supportsNotify As Boolean
) As Integer

Parameters

journalTypeId
Type: System..::..Int32
paramjournalTypeIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Types_Save(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)
journalType
Type: System..::..String
paramjournalTypeM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Types_Save(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)
icon
Type: System..::..String
paramiconM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Types_Save(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Types_Save(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)
isEnabled
Type: System..::..Boolean
paramisEnabledM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Types_Save(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)
appliesToProfile
Type: System..::..Boolean
paramappliesToProfileM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Types_Save(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)
appliesToGroup
Type: System..::..Boolean
paramappliesToGroupM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Types_Save(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)
appliesToStream
Type: System..::..Boolean
paramappliesToStreamM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Types_Save(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)
options
Type: System..::..String
paramoptionsM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Types_Save(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)
supportsNotify
Type: System..::..Boolean
paramsupportsNotifyM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Types_Save(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)

Return Value

returnsM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Types_Save(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)

See Also