CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.UploadedImage Class Reference

Represents the detail data of the uploaded image. More...

Inheritance diagram for CoreTweet.UploadedImage:
CoreTweet.Core.CoreBase

Properties

int Width [get, set]
 Gets or sets the width of the image. More...
 
int Height [get, set]
 Gets or sets the height of the image. More...
 
string ImageType [get, set]
 Gets or sets the type of the image. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Detailed Description

Represents the detail data of the uploaded image.

Property Documentation

◆ Height

int CoreTweet.UploadedImage.Height
getset

Gets or sets the height of the image.

◆ ImageType

string CoreTweet.UploadedImage.ImageType
getset

Gets or sets the type of the image.

◆ Width

int CoreTweet.UploadedImage.Width
getset

Gets or sets the width of the image.


The documentation for this class was generated from the following file: