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
Syntaxpublic interface ImageUrlsResources
Public Interface ImageUrlsResources
public interface class ImageUrlsResources
type ImageUrlsResources = interface end
The ImageUrlsResources type exposes the following members.
Methods
| Name | Description |
---|
 | GetImageUrls | 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