Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Common Types → FileContents
The FileContents type holds the actual contents of a file returned from an Export operation or supplied to an Import operation. The FileContents type parameters are listed below.
Name | Type | Description |
---|---|---|
contentsBase64 | FileBufferBase64 | Holds the base64 encoded contents of the file. |
FileContents holds the actual contents of a file and is used to pass a file to or receive a file from the client.
See FileBufferBase64.
Copyright © 2007–2015 Serena Software, Inc. All rights reserved.