Click or drag to resize

IAsset.UpdateFile Method


Update the binary file for the current asset item.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void UpdateFile(
	Stream newFile,
	string newExt = null
)

Parameters

newFile
Type: System.IO.Stream
Stream of the new binary content. This will be used to update the binary file the asset refers to.
newExt (Optional)
Type: System.String

[Missing <param name="newExt"/> documentation for "M:Ingeniux.CMS.IAsset.UpdateFile(System.IO.Stream,System.String)"]

See Also