Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

GetThumbnail Method

Retrieves a thumbnail image of the current resource.

Syntax

public void getThumbnail();

Remarks

This method retrieves a thumbnail image of the resource specified by ResourceId.

The following properties are applicable when calling this method:

If LocalFile is specified the thumbnail image will be saved at the specified path. If unspecified the data will be held in ResourceData.

Note: Not all file formats support thumbnail images. Consult the Box.com documentation for details on supported file types.

GetThumbnail Example:

box.ResourceType = BoxResourceTypes.rtFile;
box.ResourceId = "MyResouceId";
box.LocalFile = thumbnailFile;
box.ThumbnailSize = BoxThumbnailSizes.bts32x32;
box.GetThumbnail();

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0