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.3.169
Syntax void SetThumbnail(
Stream thumbnailImageContent,
string extension
)
Sub SetThumbnail (
thumbnailImageContent As Stream,
extension As String
)
void SetThumbnail(
Stream^ thumbnailImageContent,
String^ extension
)
abstract SetThumbnail :
thumbnailImageContent : Stream *
extension : string -> unit
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