C# 클래스 Smartsheet.Api.Internal.ImageUrlsResourcesImpl

This interface provides methods to access image URLs. Thread Safety: Implementation of this interface must be thread safe.
상속: AbstractResources, ImageUrlsResources
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk

공개 메소드들

메소드 설명
GetImageUrls ( IEnumerable requestUrls ) : ImageUrlMap

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

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

ImageUrlsResourcesImpl ( SmartsheetImpl smartsheet ) : System

Constructor. Parameters: - Smartsheet : the SmartsheetImpl Exceptions: - IllegalArgumentException : if any argument is null

메소드 상세

GetImageUrls() 공개 메소드

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

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

if any argument is null or empty string if there is any problem with the REST API request if there is any problem with the REST API authorization (access token) if the resource cannot be found if the REST API service is not available (possibly due To rate limiting) if there is any other error during the operation
public GetImageUrls ( IEnumerable requestUrls ) : ImageUrlMap
requestUrls IEnumerable array of requested Images and sizes
리턴 Smartsheet.Api.Models.ImageUrlMap

ImageUrlsResourcesImpl() 공개 메소드

Constructor. Parameters: - Smartsheet : the SmartsheetImpl Exceptions: - IllegalArgumentException : if any argument is null
public ImageUrlsResourcesImpl ( SmartsheetImpl smartsheet ) : System
smartsheet SmartsheetImpl the Smartsheet
리턴 System