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