Click or drag to resize

ImageUrlImageUrlBuilder Constructor (String, NullableInt64, NullableInt64)

Sets the required properties for creating an ImageUrl.

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 ImageUrlBuilder(
	string imageId,
	Nullable<long> width,
	Nullable<long> height
)

Parameters

imageId
Type: SystemString
the ImageUrl imageId
width
Type: SystemNullableInt64
Desired image width
height
Type: SystemNullableInt64
Desired image height
See Also