Destination Item
If you want to;
- Migrate publishing pages to SharePoint with meta data
- Import publishing pages to SharePoint with meta data
- Bulk create publishing pages in SharePoint with meta data
- Migrate web pages to SharePoint
- Import web pages to SharePoint
- Bulk create web pages in SharePoint
You can specify a destination item type of PublishingPage.
Configuration
The destination item type is set to PublishingPage;
1 |
<DestinationItemType>PublishingPage</DestinationItemType> |
The content type that determines the type of PublishingPage is sourced from the contenttype column in the data source;
1 |
<ContentType>ContentType</ContentType> |
The page layout to use can be specified;
1 |
<PageLayoutASPXName>PageLayoutASPXName</PageLayoutASPXName> |
Source
The source could be;
- Import Excel Data to SharePoint (7/10/2018)
- Import ODBC Data to SharePoint (7/10/2018)
- Import OleDb Data to SharePoint (7/10/2018)