ASP Uploader Class Reference |
|
UploadAttachments.DeleteAttachment?Method?
Deletes the specified attachment.
[Visual?Basic]
Public?Sub?DeleteAttachment( _
???ByVal
index?As?
Integer?_
)
[C#]
public?
void?DeleteAttachment(
???
int?
index);
Parameters
-
index
- The index.
See Also
UploadAttachments Class | CuteWebUI Namespace