Click or drag to resize

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.AssetContent
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
AssetManipulatedStream PreSaveProcess(
	IAsset asset,
	IAssetVersion assetVersion,
	Stream assetContent
)

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

AssetManipulatedStream
Stream of manipulated content
See Also