Click or drag to resize

IAssetFileContentManipulator Methods


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