Click or drag to resize

AssetManipulatedStreamWrite Method


Namespace:  Ingeniux.CMS.AssetContent
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public override void Write(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.Write(System.Byte[],System.Int32,System.Int32)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.Write(System.Byte[],System.Int32,System.Int32)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.Write(System.Byte[],System.Int32,System.Int32)"]

See Also