| Ajax Uploader Class Reference |
|
UploadAttachments.AddCustomAttachment Method
Adds the custom attachment.
[Visual Basic]
Public Sub AddCustomAttachment( _
ByVal
fileguid As
Guid _
)
[C#]
public
void AddCustomAttachment(
Guid fileguid);
Parameters
-
fileguid
- The file guid.
See Also
UploadAttachments Class | CuteWebUI Namespace