Click or drag to resize
StreamCanSeek Property
When overridden in a derived class, gets a value indicating whether the current stream supports seeking.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public abstract bool CanSeek { get; }

Return Value

Type: Boolean
True if the stream supports seeking, false otherwise.
See Also