WriteFeedback outputs a Feedback Line during Install/Upgrade etc

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

Syntax

C#
public static void WriteFeedback(
	HttpResponse response,
	int indent,
	string message,
	bool showtime
)
Visual Basic
Public Shared Sub WriteFeedback ( 
	response As HttpResponse,
	indent As Integer,
	message As String,
	showtime As Boolean
)

Parameters

response
Type: System.Web..::..HttpResponse
The ASP.Net Response object
indent
Type: System..::..Int32
The indent for this feedback message
message
Type: System..::..String
The feedback message
showtime
Type: System..::..Boolean
Show the timespan before the message

Remarks