Click or drag to resize
AttachmentItemCollectionItem Property
Gets the AttachmentItem at the specified index.

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public AttachmentItem this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Property Value

Type: AttachmentItem
See Also