Gets the thumbnail.

Namespace:  GrassValley.Mseries.MediaMgr
Assembly:  GrassValley.Mseries.MediaMgr (in GrassValley.Mseries.MediaMgr.dll) Version: 1.0.0.0

Syntax

C#
Object GetThumbnail(
	string uri
)
Visual Basic (Declaration)
Function GetThumbnail ( _
	uri As String _
) As Object
Visual C++
Object^ GetThumbnail(
	String^ uri
)

Parameters

uri
Type: System..::.String
URI.

Return Value

object array

Remarks

An asset’s thumbnail image can be obtained explicitly using this function, or by using the GetProperty functions. The JPEG image data is returned as an object array of bytes.

See Also