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

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

Syntax

C#
public virtual void SaveTabUrl(
	int tabId,
	int seqNum,
	int portalAliasId,
	int portalAliasUsage,
	string url,
	string queryString,
	string cultureCode,
	string httpStatus,
	bool isSystem,
	int modifiedByUserID
)
Visual Basic
Public Overridable Sub SaveTabUrl ( 
	tabId As Integer,
	seqNum As Integer,
	portalAliasId As Integer,
	portalAliasUsage As Integer,
	url As String,
	queryString As String,
	cultureCode As String,
	httpStatus As String,
	isSystem As Boolean,
	modifiedByUserID As Integer
)

Parameters

tabId
Type: System..::..Int32
paramtabIdM:DotNetNuke.Data.DataProvider.SaveTabUrl(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,System.Int32)
seqNum
Type: System..::..Int32
paramseqNumM:DotNetNuke.Data.DataProvider.SaveTabUrl(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,System.Int32)
portalAliasId
Type: System..::..Int32
paramportalAliasIdM:DotNetNuke.Data.DataProvider.SaveTabUrl(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,System.Int32)
portalAliasUsage
Type: System..::..Int32
paramportalAliasUsageM:DotNetNuke.Data.DataProvider.SaveTabUrl(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,System.Int32)
url
Type: System..::..String
paramurlM:DotNetNuke.Data.DataProvider.SaveTabUrl(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,System.Int32)
queryString
Type: System..::..String
paramqueryStringM:DotNetNuke.Data.DataProvider.SaveTabUrl(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,System.Int32)
cultureCode
Type: System..::..String
paramcultureCodeM:DotNetNuke.Data.DataProvider.SaveTabUrl(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,System.Int32)
httpStatus
Type: System..::..String
paramhttpStatusM:DotNetNuke.Data.DataProvider.SaveTabUrl(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,System.Int32)
isSystem
Type: System..::..Boolean
paramisSystemM:DotNetNuke.Data.DataProvider.SaveTabUrl(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,System.Int32)
modifiedByUserID
Type: System..::..Int32
parammodifiedByUserIDM:DotNetNuke.Data.DataProvider.SaveTabUrl(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Boolean,System.Int32)

See Also