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.308
Syntax
bool PostPublishingProcess(
	IAsset asset,
	string publishedFilePath
)

Parameters

asset
Type: Ingeniux.CMSIAsset
Owner asset of the published file
publishedFilePath
Type: SystemString
Full path of the published file

Return Value

Type: Boolean
True if published file manipulated, otherwise false
See Also