UploadAttachmentsDeleteAttachment Method |
Deletes the specified attachment.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic void DeleteAttachment(
int index
)
Public Sub DeleteAttachment (
index As Integer
)
Parameters
- index
- Type: SystemInt32
The index.
See Also