Newer Version Available
MetadataWithContent
This is the base type for all metadata types that contain content, such as documents or email templates. It extends Metadata. You cannot edit this object.
Version
MetadataWithContent components are available in API version 14.0 and later.
Fields
| Field Name | Field Type | Description |
|---|---|---|
| content | base64Binary | Base 64-encoded binary data. Prior to making an API call, client applications must encode the binary attachment data as base64. Upon receiving a response, client applications must decode the base64 data to binary. This conversion is usually handled for you by a SOAP client. |
| fullName | string | Required. The name of the component. The fullName can contain only underscores and
alphanumeric characters. It must be unique, begin with a letter, not
include spaces, not end with an underscore, and not contain two consecutive
underscores. Inherited from the Metadata component, this field is not defined in the WSDL for this component. It must be specified when creating, updating, or deleting. See create() to see an example of this field specified for a call. |