Item Property

php Uploader

PHP File Uploader Class Reference

AttachmentItemCollection.Item Property

Gets the AttachmentItem at the specified index.

[Visual Basic] Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As AttachmentItem
[C#]
public AttachmentItem this[
   int index
] {get;}

Property Value

See Also

AttachmentItemCollection Class | CuteWebUI Namespace