ISchemaWithVersionsSetThumbnail Method
|
Sets a thumbnail image for this schema
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring 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 Stream
- Stream of thumbnail image content
- extension String
- The extension of the thumbnail image file
Return Value
StringThe physical file location of the thumbnail set
Exceptions
RemarksMake sure stream is open and seekable, since it needs to reset the position to 0 and start reading from the beginning.
See Also