StorageItemThumbnail.Seek | seek method
Sets the offset of the thumbnail stream to the specified value.
Syntax
storageItemThumbnail.seek(position);
Parameters
- position
-
Type: Number [JavaScript] | System.UInt64 [.NET] | uint64 [C++]
The number of bytes from the start of the thumbnail stream where the position of the thumbnail stream is set.
Remarks
Warning This method does not check position to make sure the value is valid. If the value is invalid for the stream, the readAsync and writeAsync methods will return error if they are called.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013
