ISchemaWithVersionsSetThumbnail Method
|
Sets a thumbnail image for this schema
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax string SetThumbnail(
Stream thumbnailImageContent,
string extension
)
Function SetThumbnail (
thumbnailImageContent As Stream,
extension As String
) As String
String^ SetThumbnail(
Stream^ thumbnailImageContent,
String^ extension
)
abstract SetThumbnail :
thumbnailImageContent : Stream *
extension : string -> string
Parameters
- thumbnailImageContent
- Type: System.IOStream
Stream of thumbnail image content - extension
- Type: SystemString
The extension of the thumbnail image file
Return Value
Type:
StringThe physical file location of the thumbnail set
Exceptions Remarks Make sure stream is open and seekable, since it needs to reset the position to 0 and start reading from the beginning.
See Also