TK.FileSaveAs Method

Save content as file
<HTML5Disabled(true)> _ 
Public Shared Sub FileSaveAs( _ 
ByVal content As Object, _ 
ByVal fileName As String
)
This language is not supported or no code example is available.
[HTML5Disabled(true)] 
public static void FileSaveAs( 
object content
string fileName 
)
This language is not supported or no code example is available.

Parameters

content
object

Content (byte[] or string)

fileName
string

File name

.NET Framework

Supported in: 4.8

In this article

Definition