Method SetThumbnailWithImage
SetThumbnailWithImage(Nullable<Stream>)
Sets the thumbnail for this portal item from the given data stream.
Declaration
public void SetThumbnailWithImage(Stream? imageBytes)
Parameters
Type | Name | Description |
---|---|---|
System. |
imageBytes | PNG-encoded thumbnail image. |
Remarks
Changes to the thumbnail are visible only locally until this item's properties are updated on the portal.
Note that deleting thumbnails from the portal is not supported.
Passing null
for imageBytes
will result in an
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
UWP | 100.15 |