Click or drag to resize

AssetManipulatedStreamWrite Method



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

Parameters

buffer  Byte

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

offset  Int32

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

count  Int32

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

See Also