Click or drag to resize

IAssetPublisher Interface


Represents the system that processes Asset files copying during publish/replication

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface IAssetPublisher

The IAssetPublisher type exposes the following members.

Properties
  NameDescription
Public propertyProcessedFiles
Gets the files that has been processed
Public propertyPublishingTargetPath
Gets the full Directory path of the Publishing Target.
Public propertyXmlPath
Gets the folder path of the xml folder
Top
Methods
  NameDescription
Public methodCleanUpPublishingTarget
Cleans up the publishing target folder, this will involve removing all files and folder from the publishing target folder, except essential file like "publishdone.txt".
Public methodCopyFolder
Incremental copies a specific folder to the target location
Public methodProcessAssetDirectory
Processes a specific directory in for either prebuilt or unmanaged Assets files.
Public methodPublish
Publishes unmanaged, or prebuilt assets to Publishing Target's location.
Top
See Also