Click or drag to resize
FileStreamCanSeek Property
Gets a value indicating whether the current stream supports seeking.

Namespace: CMS.FileSystemStorage
Assembly: CMS.FileSystemStorage (in CMS.FileSystemStorage.dll) Version: 10.0.0
Syntax
C#
public override bool CanSeek { get; }

Return Value

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