summaryM:DotNetNuke.Common.Utilities.UrlUtils.PopUpUrl(System.String,System.Web.UI.Control,DotNetNuke.Entities.Portals.PortalSettings,System.Boolean,System.Boolean,System.Int32,System.Int32)

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string PopUpUrl(
	string url,
	Control control,
	PortalSettings portalSettings,
	bool onClickEvent,
	bool responseRedirect,
	int windowHeight,
	int windowWidth
)
Visual Basic
Public Shared Function PopUpUrl ( 
	url As String,
	control As Control,
	portalSettings As PortalSettings,
	onClickEvent As Boolean,
	responseRedirect As Boolean,
	windowHeight As Integer,
	windowWidth As Integer
) As String

Parameters

url
Type: System..::..String
paramurlM:DotNetNuke.Common.Utilities.UrlUtils.PopUpUrl(System.String,System.Web.UI.Control,DotNetNuke.Entities.Portals.PortalSettings,System.Boolean,System.Boolean,System.Int32,System.Int32)
control
Type: System.Web.UI..::..Control
paramcontrolM:DotNetNuke.Common.Utilities.UrlUtils.PopUpUrl(System.String,System.Web.UI.Control,DotNetNuke.Entities.Portals.PortalSettings,System.Boolean,System.Boolean,System.Int32,System.Int32)
portalSettings
Type: DotNetNuke.Entities.Portals..::..PortalSettings
paramportalSettingsM:DotNetNuke.Common.Utilities.UrlUtils.PopUpUrl(System.String,System.Web.UI.Control,DotNetNuke.Entities.Portals.PortalSettings,System.Boolean,System.Boolean,System.Int32,System.Int32)
onClickEvent
Type: System..::..Boolean
paramonClickEventM:DotNetNuke.Common.Utilities.UrlUtils.PopUpUrl(System.String,System.Web.UI.Control,DotNetNuke.Entities.Portals.PortalSettings,System.Boolean,System.Boolean,System.Int32,System.Int32)
responseRedirect
Type: System..::..Boolean
paramresponseRedirectM:DotNetNuke.Common.Utilities.UrlUtils.PopUpUrl(System.String,System.Web.UI.Control,DotNetNuke.Entities.Portals.PortalSettings,System.Boolean,System.Boolean,System.Int32,System.Int32)
windowHeight
Type: System..::..Int32
paramwindowHeightM:DotNetNuke.Common.Utilities.UrlUtils.PopUpUrl(System.String,System.Web.UI.Control,DotNetNuke.Entities.Portals.PortalSettings,System.Boolean,System.Boolean,System.Int32,System.Int32)
windowWidth
Type: System..::..Int32
paramwindowWidthM:DotNetNuke.Common.Utilities.UrlUtils.PopUpUrl(System.String,System.Web.UI.Control,DotNetNuke.Entities.Portals.PortalSettings,System.Boolean,System.Boolean,System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Common.Utilities.UrlUtils.PopUpUrl(System.String,System.Web.UI.Control,DotNetNuke.Entities.Portals.PortalSettings,System.Boolean,System.Boolean,System.Int32,System.Int32)

See Also