IAssetFileContentManipulator Interface | 
          
Namespace: Ingeniux.CMS.AssetContent
The IAssetFileContentManipulator type exposes the following members.
| Name | Description | |
|---|---|---|
| PostPublishingProcess | 
            Action to manipulate the passed in published file.
            It is called after all files are published into publishing target folder.
              | |
| PreSaveProcess | 
            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.
              | |
| Required | 
            Checks whether this manipulator should be applied to the given asset
              |