Click or drag to resize

PostedFileCollectionIEnumerablePostedFileBaseGetEnumerator 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: IEnumeratorPostedFileBase
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also