Click or drag to resize

ImageUrlsResources Interface

This interface provides methods to access image URLs. Thread Safety: Implementation of this interface must be thread safe.

Namespace:  Smartsheet.Api
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public interface ImageUrlsResources

The ImageUrlsResources type exposes the following members.

Methods
  NameDescription
Public methodGetImageUrls

Gets URLs that can be used to retrieve the specified cell images.

It mirrors to the following Smartsheet REST API method: POST /imageurls

Top
See Also