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