Kentico 9.0 API Reference
Kentico 9.0 API Reference
Namespaces
CMS.AzureStorage
FileStream Class
FileStream Methods
Close Method
Dispose Method
Flush Method
InitFileStream Method
Read Method
Seek Method
SetLength Method
Write Method
WriteByte Method
FileStream
Seek Method
Sets the position within the current stream to the specified value.
Namespace:
CMS.AzureStorage
Assembly:
CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 9.0.0
Syntax
C#
Copy
public
override
long
Seek
(
long
offset
,
SeekOrigin
loc
)
Parameters
offset
Type:
System
Int64
Offset
loc
Type:
CMS.IO
SeekOrigin
Location
Return Value
Type:
Int64
See Also
Reference
FileStream Class
CMS.AzureStorage Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com