Kentico 10 API Reference
Kentico 10 API Reference
Namespaces
CMS.IO
MemoryStream Class
MemoryStream Methods
Dispose Method
Flush Method
New Method
Read Method
Seek Method
SetLength Method
ToArray Method
Write Method
WriteByte Method
WriteTo Method
MemoryStream
Seek Method
Sets the position within the current stream to the specified value.
Namespace:
CMS.IO
Assembly:
CMS.IO (in CMS.IO.dll) Version: 10.0.0
Syntax
C#
Copy
public
override
long
Seek
(
long
offset
,
SeekOrigin
loc
)
Parameters
offset
Type:
System
Int64
Offset
loc
Type:
System.IO
SeekOrigin
Begin of seeking
Return Value
Type:
Int64
See Also
Reference
MemoryStream Class
CMS.IO Namespace
Copyright (c) 2016 Kentico Software
Send comments on this topic to
support@kentico.com