Click or drag to resize
FileSystemContentProviderStoreFile Method (UploadedFile, String, String, String)

Namespace: Kettic.AspNet.Controls.Widgets
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override string StoreFile(
	UploadedFile file,
	string path,
	string name,
	params string[] arguments
)

Parameters

file
Type: Kettic.AspNet.ControlsUploadedFile
path
Type: SystemString
name
Type: SystemString
arguments
Type: SystemString

Return Value

Type: String
See Also