Click or drag to resize

PostedFileCollection.GetFiles Method

Namespace:  Dynamicweb.Environment
Assembly:  Dynamicweb.Environment (in Dynamicweb.Environment.dll) Version: 4.0.2
Syntax
public virtual IList<PostedFileBase> GetFiles(
	string name
)

Parameters

name
Type: System.String

Return Value

Type: IList<PostedFileBase>
See Also