Documentation > Services API > ExportSiteRoot
CrownPeak.CMSAPI.Services.ServicesSiteBuilder+Export+ExportSiteRoot
CMS Transfer Framework to output XML format
Name | Description | Type |
---|---|---|
BeginExport | Method | |
CreateCMSInfo | Creates CMS Information like Client name, new site name, model names, template names in XML Nodes |
Method |
GenerateSiteStructure | Always use this method first. It will create a list of templates, models, and binaries in the memory when this method runs. |
Method |
ClientName | Site client name. Optional. |
Property |
CustomNamespace | Custom namespace for site. Optional. |
Property |
LibraryFolder | Folder that holds the custom Libraries for the site. Recommended. |
Property |
ModelFolder | Folder that holds the Models for the site. Recommended. |
Property |
NavWrapPath | Site navigation wrapper path. Optional. |
Property |
ProjectFolder | The project folder of the site, if one exists. Recommended if a project folder exists. |
Property |
TemplateFolder | Folder that holds the Templates for the site. Recommended. |
Property |