The list of steps that a Publishing Task goes through
Namespace: Ingeniux.CMS.Enums
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| BUILD_URL_MAP_STEP | 1 | The step to build URL Map and urlmap.xml | |
| DELETE_PUB_FOLDER_STEP | 2 | The step to delete content in the Publishing Target Folder | |
| COPY_PREBUILT_STEP | 3 | The step to copy assets from the PreBuilt folder | |
| COPY_IMAGES_STEP | 4 | The step to copy assets from the Images folder | |
| COPY_DOCUMENTS_STEP | 5 | The step to copy assets from the Documents folder | |
| COPY_STYLESHEETS_STEP | 6 | The step to copy XSLT Stylesheet files | |
| COPY_SETTINGS_STEP | 7 | The step to generate and copy settings files | |
| COPY_MEDIA_STEP | 8 | The step to copy assets from the Media folder | |
| COPY_ERROR_STEP | 9 | The step to copy any files from the Errors folder | |
| PUBLISHING_STEP | 10 | The step to publish individual Pages |
See Also