Click or drag to resize

IAssetFileContentManipulatorPostPublishingProcess Method


Action to manipulate the passed in published file. It is called after all files are published into publishing target folder.

Namespace: Ingeniux.CMS.AssetContent
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool PostPublishingProcess(
	IAsset asset,
	string publishedFilePath,
	string publishingTargetId
)

Parameters

asset  IAsset
Owner asset of the published file
publishedFilePath  String
Full path of the published file
publishingTargetId  String
Publishing Target Id

Return Value

Boolean
True if published file manipulated, otherwise false
See Also