Update the binary file for the current asset item.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void UpdateFile(
Stream newFile
)
Sub UpdateFile (
newFile As Stream
)
void UpdateFile(
Stream^ newFile
)
abstract UpdateFile :
newFile : Stream -> unit
Parameters
- newFile
- Type: System.IOStream
Stream of the new binary content. This will be used to update the binary file the asset refers to.
See Also