summaryM:DotNetNuke.Common.Utilities.HtmlUtils.WriteScriptSuccessError(System.Web.HttpResponse,System.Boolean,System.String)

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

Syntax

C#
public static void WriteScriptSuccessError(
	HttpResponse response,
	bool bSuccess,
	string strLogFile
)
Visual Basic
Public Shared Sub WriteScriptSuccessError ( 
	response As HttpResponse,
	bSuccess As Boolean,
	strLogFile As String
)

Parameters

response
Type: System.Web..::..HttpResponse
paramresponseM:DotNetNuke.Common.Utilities.HtmlUtils.WriteScriptSuccessError(System.Web.HttpResponse,System.Boolean,System.String)
bSuccess
Type: System..::..Boolean
parambSuccessM:DotNetNuke.Common.Utilities.HtmlUtils.WriteScriptSuccessError(System.Web.HttpResponse,System.Boolean,System.String)
strLogFile
Type: System..::..String
paramstrLogFileM:DotNetNuke.Common.Utilities.HtmlUtils.WriteScriptSuccessError(System.Web.HttpResponse,System.Boolean,System.String)

See Also