summaryM:DotNetNuke.Data.DataProvider.SaveRedirection(System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Object,System.Boolean,System.Int32)

Namespace: DotNetNuke.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual int SaveRedirection(
	int id,
	int portalId,
	string name,
	int type,
	int sortOrder,
	int sourceTabId,
	bool includeChildTabs,
	int targetType,
	Object targetValue,
	bool enabled,
	int userId
)
Visual Basic
Public Overridable Function SaveRedirection ( 
	id As Integer,
	portalId As Integer,
	name As String,
	type As Integer,
	sortOrder As Integer,
	sourceTabId As Integer,
	includeChildTabs As Boolean,
	targetType As Integer,
	targetValue As Object,
	enabled As Boolean,
	userId As Integer
) As Integer

Parameters

id
Type: System..::..Int32
paramidM:DotNetNuke.Data.DataProvider.SaveRedirection(System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Object,System.Boolean,System.Int32)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Data.DataProvider.SaveRedirection(System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Object,System.Boolean,System.Int32)
name
Type: System..::..String
paramnameM:DotNetNuke.Data.DataProvider.SaveRedirection(System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Object,System.Boolean,System.Int32)
type
Type: System..::..Int32
paramtypeM:DotNetNuke.Data.DataProvider.SaveRedirection(System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Object,System.Boolean,System.Int32)
sortOrder
Type: System..::..Int32
paramsortOrderM:DotNetNuke.Data.DataProvider.SaveRedirection(System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Object,System.Boolean,System.Int32)
sourceTabId
Type: System..::..Int32
paramsourceTabIdM:DotNetNuke.Data.DataProvider.SaveRedirection(System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Object,System.Boolean,System.Int32)
includeChildTabs
Type: System..::..Boolean
paramincludeChildTabsM:DotNetNuke.Data.DataProvider.SaveRedirection(System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Object,System.Boolean,System.Int32)
targetType
Type: System..::..Int32
paramtargetTypeM:DotNetNuke.Data.DataProvider.SaveRedirection(System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Object,System.Boolean,System.Int32)
targetValue
Type: System..::..Object
paramtargetValueM:DotNetNuke.Data.DataProvider.SaveRedirection(System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Object,System.Boolean,System.Int32)
enabled
Type: System..::..Boolean
paramenabledM:DotNetNuke.Data.DataProvider.SaveRedirection(System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Object,System.Boolean,System.Int32)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Data.DataProvider.SaveRedirection(System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Object,System.Boolean,System.Int32)

Return Value

returnsM:DotNetNuke.Data.DataProvider.SaveRedirection(System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Int32,System.Object,System.Boolean,System.Int32)

See Also