Back to product page

Item property


Returns reference to uploaded part.

Type

WebRequestUploadPart object

Syntax

  • Basic
object.Item (Index)
The Item(object,Index) syntax has these parts:
objectAn expression evaluating to an object of type WebRequestUploads
IndexInteger.

Remarks

This property returns reference to WebRequestUploadPart object from the collection of all uploaded parts. Index should specify part sequence in the collection, from 0 up to Count-1.

Platforms

Windows