Click or drag to resize

IContentUnitSetThumbnail Method


Sets the content of thumbnail for this Content Unit

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void SetThumbnail(
	Stream thumbnailImageContent,
	string extension
)

Parameters

thumbnailImageContent
Type: System.IOStream
The content stream of the thumbnail
extension
Type: SystemString
The extension of the image file for the thumbnail
See Also