Click or drag to resize

IAssetFileContentManipulator Interface


Represents the interface for a class that performs manipulation on the content of Asset.

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

The IAssetFileContentManipulator type exposes the following members.

Methods
  NameDescription
Public methodPostPublishingProcess
Action to manipulate the passed in published file. It is called after all files are published into publishing target folder.
Public methodPreSaveProcess
Action to manipulate the passed in stream, and return a new stream with manipulated content. It is called before AssetVersion save and asset check in.
Public methodRequired
Checks whether this manipulator should be applied to the given asset
Top
See Also