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.DialogControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void SetFilename(
string Path
)
Public Sub SetFilename (
Path As String
)
public:
void SetFilename(
String^ Path
)
member SetFilename :
Path : string -> unit
Parameters
- Path
- Type: SystemString
The local path to the
output file.
See Also