Click or drag to resize

PostedFileCollection.IEnumerable<PostedFileBase>.GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Dynamicweb.Environment
Assembly:  Dynamicweb.Environment (in Dynamicweb.Environment.dll) Version: 4.0.2
Syntax
IEnumerator<PostedFileBase> IEnumerable<PostedFileBase>.GetEnumerator()

Return Value

Type: IEnumerator<PostedFileBase>
An enumerator that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()
See Also