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

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

Return Value

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