Click or drag to resize

PostedFileCollection Class

Inheritance Hierarchy
System.Object
  Dynamicweb.Environment.PostedFileCollection

Namespace:  Dynamicweb.Environment
Assembly:  Dynamicweb.Environment (in Dynamicweb.Environment.dll) Version: 4.0.2
Syntax
public class PostedFileCollection : ICollection<PostedFileBase>, 
	IEnumerable<PostedFileBase>, IEnumerable

The PostedFileCollection type exposes the following members.

Constructors
  NameDescription
Public methodPostedFileCollection
Initializes a new instance of the PostedFileCollection class
Top
Properties
Methods
Explicit Interface Implementations
See Also