Table of Contents

Class ImageUrlMap

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents the ImageUrl object.

public class ImageUrlMap
Inheritance
ImageUrlMap
Inherited Members

Properties

ImageUrls

Gets the array of ImageUrl objects.

public IList<ImageUrl> ImageUrls { get; set; }

Property Value

IList<ImageUrl>

the ImageUrls

UrlExpiresInMillis

Get Milliseconds before the URLs within imageUrls will expire.

public long? UrlExpiresInMillis { get; set; }

Property Value

long?

See Also