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

BaseFileInfo.SaveToFolder Method (String, Boolean)

Saves file to the specified folder and resolves name conflicts according to the renameConflicted parameter value.

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

Syntax

Visual Basic
Public Sub SaveToFolder ( _
	dirPath As String, _
	renameConflicted As Boolean _
)
C#
public void SaveToFolder(
	string dirPath,
	bool renameConflicted
)

Parameters

dirPath

Type: System..String

Name of the folder to save file to.
renameConflicted

Type: System..Boolean

Switch that specified whether to resolve name conflict if it occurs.

See Also

Reference