Click or drag to resize

AssetManipulatedStreamSeek Method


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

Parameters

offset
Type: SystemInt64

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

origin
Type: System.IOSeekOrigin

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

Return Value

Type: Int64

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

See Also