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

Note: This API is now obsolete.

Namespace: Kettic.AspNet.Controls.Widgets
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[ObsoleteAttribute("Please use the other overload of StoreFile()")]
public override string StoreFile(
	HttpPostedFile file,
	string path,
	string name,
	params string[] arguments
)

Parameters

file
Type: System.WebHttpPostedFile
path
Type: SystemString
name
Type: SystemString
arguments
Type: SystemString

Return Value

Type: String
See Also