EnumPublishingStepType Enumeration Ingeniux CMS Content Store API

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

public enum EnumPublishingStepType
Members

  Member nameValueDescription
BUILD_URL_MAP_STEP1 The step to build URL Map and urlmap.xml
DELETE_PUB_FOLDER_STEP2 The step to delete content in the Publishing Target Folder
COPY_PREBUILT_STEP3 The step to copy assets from the PreBuilt folder
COPY_IMAGES_STEP4 The step to copy assets from the Images folder
COPY_DOCUMENTS_STEP5 The step to copy assets from the Documents folder
COPY_STYLESHEETS_STEP6 The step to copy XSLT Stylesheet files
COPY_SETTINGS_STEP7 The step to generate and copy settings files
COPY_MEDIA_STEP8 The step to copy assets from the Media folder
COPY_ERROR_STEP9 The step to copy any files from the Errors folder
PUBLISHING_STEP10 The step to publish individual Pages
See Also

Reference