Smartsheet.Api.Models.ImageUrl.ImageUrlBuilder.ImageUrlBuilder C# (CSharp) Method

ImageUrlBuilder() public method

Sets the required properties for creating an ImageUrl.
public ImageUrlBuilder ( string imageId ) : System
imageId string the ImageUrl imageId
return System
            public ImageUrlBuilder(string imageId)
            {
                this.imageId = imageId;
            }

Same methods

ImageUrl.ImageUrlBuilder::ImageUrlBuilder ( string imageId, long width, long height ) : System