Click or drag to resize
SeekOrigin Enumeration
Provides the fields that represent reference points in streams for seeking.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public enum SeekOrigin
Members
  Member nameValueDescription
Begin0 Specifies the beginning of a stream.
Current1 Specifies the current position within a stream.
End2 Specifies the end of a stream.
See Also