UploadAttachmentsAddCustomAttachment Method |
Adds the custom attachment.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic void AddCustomAttachment(
Guid fileguid
)
Public Sub AddCustomAttachment (
fileguid As Guid
)
Parameters
- fileguid
- Type: SystemGuid
The file guid.
See Also