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
)
Public Sub New (
imageId As String,
width As Nullable(Of Long),
height As Nullable(Of Long)
)
public:
ImageUrlBuilder(
String^ imageId,
Nullable<long long> width,
Nullable<long long> height
)
new :
imageId : string *
width : Nullable<int64> *
height : Nullable<int64> -> ImageUrlBuilder
Parameters
- imageId
- Type: SystemString
the ImageUrl imageId - width
- Type: SystemNullableInt64
Desired image width - height
- Type: SystemNullableInt64
Desired image height
See Also