Click or drag to resize
HTTPSendSetFilename Method
Used to signal we want the output to go to a text file verses being transfered to a URL.

Namespace: Kettic.AspNet.Controls.Editor.DialogControls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void SetFilename(
	string Path
)

Parameters

Path
Type: SystemString
The local path to the output file.
See Also