Source Element

The Source element specifies the site whose business data is to be exported during the staging process.

Put the Source element within the BusinessDataProjectProperties element.

The following table lists the attributes of the Source element.

Attribute

Data Type

Description

SouceName

String

Name of the site from which data is to be exported.

Remarks

The Source site is relevant only when the Role element is set to either Source or SourceAndDestination.

Example

The following example specifies the StarterSite as the source whose business data is to be staged.

<BusinessDataProjectProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" BusinessProjectName="">
  <BusinessProjectHeader MajorVersion="1" MinorVersion="1" Revision="1" Build="1" /> 
  <Source>StarterSite</Source> 
  <Role>Source</Role> 
    <!-- business data project configuration settings -->
</BusinessDataProjectProperties>

See Also

Other Resources

How to Stage Business Data

Business Data Staging Options

BusinessDataProjectProperties Element

Role Element

CSS Business Data XML Configuration File Syntax Elements