Click or drag to resize

LeadsListWriteResponse Method

Writes a response to the given output stream. The response MIME type must be "application/javascript".

Namespace:  Dynamicweb.Controls.OMC
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
protected override string WriteResponse(
	TextWriter output,
	string argument
)

Parameters

output
Type: System.IOTextWriter
Output stream.
argument
Type: SystemString
Argument passed with the request.

Return Value

Type: String
Javascript variable name that holds the final result to be dispatched to the client.
Remarks