IAssetPublisher Interface |
Namespace: Ingeniux.CMS
The IAssetPublisher type exposes the following members.
Name | Description | |
---|---|---|
ProcessedFiles |
Gets the asset files that have been processed.
| |
PublishingTargetPath |
Gets the full Directory path of the
Publishing Target.
| |
XmlPath |
Gets the folder path of the XML folder.
|
Name | Description | |
---|---|---|
CleanUpPublishingTarget |
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".
| |
CopyFolder |
Incrementally copies a specific folder to the target location
| |
ProcessAssetDirectory |
Processes a specific directory looking for either prebuilt or unmanaged
Asset files, and triggers a publish of those files.
| |
Publish |
Publishes unmanaged, or prebuilt assets to the Publishing Target's
location.
|