Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
MetadataWithContent
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. Before 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 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.