Mediachase FileUploader.NET 1.9 Framework Help

SqlBlobStream.Seek Method 

Overridden. Sets the current position of this stream to the given value.

[Visual Basic]
Overrides Public Function Seek( _
   ByVal offset As Long, _
   ByVal origin As SeekOrigin _
) As Long
[C#]
public override long Seek(
   long offset,
   SeekOrigin origin
);

Parameters

offset
The point relative to origin from which to begin seeking.
origin
Specifies the beginning, the end, or the current position as a reference point for origin, using a value of type SeekOrigin.

Return Value

The new position in the stream.

See Also

SqlBlobStream Class | Mediachase.FileUploader Namespace