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.6.492
Syntax
void SetThumbnail(
	Stream thumbnailImageContent,
	string extension
)

Parameters

thumbnailImageContent  Stream
The content stream of the thumbnail
extension  String
The extension of the image file for the thumbnail
See Also