Click or drag to resize

AssetManipulatedStreamSeek Method



Namespace: Ingeniux.CMS.AssetContent
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public override long Seek(
	long offset,
	SeekOrigin origin
)

Parameters

offset  Int64

[Missing <param name="offset"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.Seek(System.Int64,System.IO.SeekOrigin)"]

origin  SeekOrigin

[Missing <param name="origin"/> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.Seek(System.Int64,System.IO.SeekOrigin)"]

Return Value

Int64

[Missing <returns> documentation for "M:Ingeniux.CMS.AssetContent.AssetManipulatedStream.Seek(System.Int64,System.IO.SeekOrigin)"]

See Also