summaryM:DotNetNuke.Services.Mobile.IRedirectionController.GetMobileSiteUrl(System.Int32,System.Int32)

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

Syntax

C#
string GetMobileSiteUrl(
	int portalId,
	int currentTabId
)
Visual Basic
Function GetMobileSiteUrl ( 
	portalId As Integer,
	currentTabId As Integer
) As String

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Mobile.IRedirectionController.GetMobileSiteUrl(System.Int32,System.Int32)
currentTabId
Type: System..::..Int32
paramcurrentTabIdM:DotNetNuke.Services.Mobile.IRedirectionController.GetMobileSiteUrl(System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Services.Mobile.IRedirectionController.GetMobileSiteUrl(System.Int32,System.Int32)

See Also