Discuss this help topic in SecureBlackbox Forum
Returns a link to the object's thumbnail.
Declaration
[C#]
string ThumbnailLink;
[VB.NET]
Property ThumbnailLink As String
[Pascal]
property ThumbnailLink: string;
[C++]
void get_ThumbnailLink(std::string &OutResult);
[PHP]
string get_ThumbnailLink()
[Java]
String getThumbnailLink();
Description
Use this property to get a link to the object's thumbnail.
Discuss this help topic in SecureBlackbox Forum