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

GetImageId() public method

Gets the image Id.
public GetImageId ( ) : string
return string
            public virtual string GetImageId()
            {
                return imageId;
            }