The ContentFieldType parameter specifies the type of data stored in the content field specified by the ContentField parameter. Set ContentFieldType to one of the following values:
| BINARY | The field contains the actual file contents. |
| BASE64 | The field contains the file contents base64-encoded and the connector should base64 decode the contents. |
| FILEPATH | The field contains the path to the file and the connector should go to that path to get the file. |
| Type: | String |
| Default: | BINARY |
| Required: | No |
| Configuration Section: | TaskName or FetchTasks |
| Example: | ContentFieldType=BINARY
|
| See Also: |
|
|