Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Common Types → FileAttachment → FileAttachmentContents
The FileAttachmentContents type holds the actual contents of a file that you upload to the server. The FileAttachmentContents type parameters are listed below.
Name | Type | Description |
---|---|---|
contentsBase64 | FileBufferBase64 | Holds the base64 encoded contents of the file. |
Inherited from FileAttachment. FileAttachmentContents is used with FileAttachment to completely describe a file attachment. For more information, see FileAttachment.
See FileBufferBase64.
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.