Click or drag to resize

ImageUrlBuilder Class

A convenience class to help generate ImageUrl object with the appropriate fields.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsImageUrlBuilder

Namespace:  Smartsheet.Api.Models
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 class ImageUrlBuilder

The ImageUrlBuilder type exposes the following members.

Constructors
Methods
  NameDescription
Public methodBuild
Builds the ImageUrl.
Public methodGetImageId
Gets the image Id.
Public methodSetImageId
Sets the ImageId for the ImageUrlBuilder.
Top
See Also