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

SetImageId() public method

Sets the ImageId for the ImageUrlBuilder.
public SetImageId ( string imageId ) : ImageUrlBuilder
imageId string the imageId
return ImageUrlBuilder
            public virtual ImageUrlBuilder SetImageId(string imageId)
            {
                this.imageId = imageId;
                return this;
            }