Skip to main content

BundleCustomData element

Defines a custom XML element for use in a bundle data manifest.

Parents

Bundle, Fragment

Children

Attributes

ExtensionId (String) : Identifier for the bootstrapper extension. Required when Type is BootstrapperExtension, must not be specified otherwise.

Id (String, required) : Identifier for the custom table. Also used as the name of the XML element.

Type (enumeration) : Indicates the custom data is transformed into the bootstrapper application data manifest or the bundle extension data manifest. Defaults to BootstrapperExtension if ExtensionId is specified, otherwise BootstrapperApplication. This attribute's value must be one of the following:

  • BootstrapperApplication
  • BootstrapperExtension
  • BundleExtension

Edit the schema for this page