string ThumbWide { get; set; }

book_4_sparkGenerated
code_blocksInput

Description

The ThumbWide property provides a link to the wide thumbnail image of a package in the Sandbox environment. This property is useful for displaying a visual representation of the package in a user interface, particularly when a wider aspect ratio is preferred.

Usage

To access the wide thumbnail image of a package, use the ThumbWide property. This property returns a string containing the URL of the image.

Example

// Example of accessing the ThumbWide property
Sandbox.Package myPackage = new Sandbox.Package();
string wideThumbnailUrl = myPackage.ThumbWide;
// Use wideThumbnailUrl to display the image in your application