FileStreamCanSeek Property |
Gets a value indicating whether the current stream supports seeking.
Namespace: CMS.FileSystemStorageAssembly: CMS.FileSystemStorage (in CMS.FileSystemStorage.dll) Version: 10.0.0
Syntax public override bool CanSeek { get; }
Return Value
Type:
BooleanTrue if the stream supports seeking, false otherwise.
See Also