summaryM:DotNetNuke.Common.Utilities.UrlUtils.ClosePopUp(System.Boolean,System.String,System.Boolean)

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

Syntax

C#
public static string ClosePopUp(
	bool refresh,
	string url,
	bool onClickEvent
)
Visual Basic
Public Shared Function ClosePopUp ( 
	refresh As Boolean,
	url As String,
	onClickEvent As Boolean
) As String

Parameters

refresh
Type: System..::..Boolean
paramrefreshM:DotNetNuke.Common.Utilities.UrlUtils.ClosePopUp(System.Boolean,System.String,System.Boolean)
url
Type: System..::..String
paramurlM:DotNetNuke.Common.Utilities.UrlUtils.ClosePopUp(System.Boolean,System.String,System.Boolean)
onClickEvent
Type: System..::..Boolean
paramonClickEventM:DotNetNuke.Common.Utilities.UrlUtils.ClosePopUp(System.Boolean,System.String,System.Boolean)

Return Value

returnsM:DotNetNuke.Common.Utilities.UrlUtils.ClosePopUp(System.Boolean,System.String,System.Boolean)

See Also