This documentation is for the old version. Go to the latest Upload Suite docs

BaseFileInfo.Save Method

Saves file to the specified path.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Sub Save ( _
	filename As String _
)
C#
public void Save(
	string filename
)

Parameters

filename

Type: System..String

Name to save file to.

See Also

Reference