IAssetFileContentManipulatorPreSaveProcess Method
|
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.
Namespace: Ingeniux.CMS.AssetContentAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxAssetManipulatedStream PreSaveProcess(
IAsset asset,
IAssetVersion assetVersion,
Stream assetContent
)
Function PreSaveProcess (
asset As IAsset,
assetVersion As IAssetVersion,
assetContent As Stream
) As AssetManipulatedStream
AssetManipulatedStream^ PreSaveProcess(
IAsset^ asset,
IAssetVersion^ assetVersion,
Stream^ assetContent
)
abstract PreSaveProcess :
asset : IAsset *
assetVersion : IAssetVersion *
assetContent : Stream -> AssetManipulatedStream Parameters
- asset IAsset
- Owner asset of the stream to be manipulated
- assetVersion IAssetVersion
- Owner asset version of the stream to be manipulated
- assetContent Stream
- Asset content stream to manipulation
Return Value
AssetManipulatedStreamStream of manipulated content
See Also