Newer Version Available
MetadataWithContent
MetadataWithContent 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 isn’t 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. |
Wildcard Support in the Manifest File
This metadata type doesn’t support the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.