Click or drag to resize

ProfileImage Class

Represents the Image object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsProfileImage

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 class ProfileImage

The ProfileImage type exposes the following members.

Constructors
  NameDescription
Public methodProfileImage
Top
Properties
  NameDescription
Public propertyHeight
Get the Height (in pixels) of the image.
Public propertyImageId
Get Image Id.
Public propertyWidth
Get the Width (in pixels) of the image.
Top
See Also