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
)
Function PostPublishingProcess (
asset As IAsset,
publishedFilePath As String
) As Boolean
bool PostPublishingProcess(
IAsset^ asset,
String^ publishedFilePath
)
abstract PostPublishingProcess :
asset : IAsset *
publishedFilePath : string -> bool
Parameters
- asset
- Type: Ingeniux.CMSIAsset
Owner asset of the published file - publishedFilePath
- Type: SystemString
Full path of the published file
Return Value
Type:
BooleanTrue if published file manipulated, otherwise false
See Also