FileContents

Description

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.

Parameters

Name Type Description
contentsBase64 FileBufferBase64 Holds the base64 encoded contents of the file.

Usage

FileContents holds the actual contents of a file and is used to pass a file to or receive a file from the client.

XML

See FileBufferBase64.