SeekOrigin EnumerationKentico 8.0 API Reference
Provides the fields that represent reference points in streams for seeking.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.0.0.0 (8.0.5239.26125)
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