Click or drag to resize

IAssetPublisher Interface


Represents the system that processes Asset file copying during publish/replication.

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

The IAssetPublisher type exposes the following members.

Properties
  NameDescription
Public propertyProcessedFiles
Gets the asset files that have 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 folders from the publishing target folder, except for essential files like "publishdone.txt".
Public methodCopyFolder
Incrementally copies a specific folder to the target location
Public methodProcessAssetDirectory
Processes a specific directory looking for either prebuilt or unmanaged Asset files, and triggers a publish of those files.
Public methodPublish
Publishes unmanaged, or prebuilt assets to the Publishing Target's location.
Top
See Also