Click or drag to resize
FileStream.Seek Method
Sets the position within the current stream to the specified value.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
public override long Seek(
	long offset,
	SeekOrigin loc
)

Parameters

offset
Type: System.Int64
Offset
loc
Type: CMS.IO.SeekOrigin
Location

Return Value

Type: Int64
See Also