Table of Contents

Class Gif

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class Gif : Entity, IGif
Inheritance
object
Gif
Implements

Properties

Height

Height of the GIF in pixels.

public int Height { get; }

Property Value

int

Id

The unique Gif result id.

public string Id { get; }

Property Value

string

ProxySource

Proxied URL to the GIF media file.

public string ProxySource { get; }

Property Value

string

Source

Direct URL to the GIF media file.

public string Source { get; }

Property Value

string

Title

The title/description of the GIF.

public string Title { get; }

Property Value

string

Url

The Gif page URL for the GIF.

public string Url { get; }

Property Value

string

Width

Width of the GIF in pixels.

public int Width { get; }

Property Value

int

Methods

Create(FluxerBaseClient, GifJson)

Create a Gif object from json.

public static Gif Create(FluxerBaseClient client, GifJson json)

Parameters

client FluxerBaseClient
json GifJson

Returns

Gif