Table of Contents

Class GifCategory

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class GifCategory : Entity, IGifCategory
Inheritance
object
GifCategory
Implements

Properties

Name

The category search term.

public string Name { get; }

Property Value

string

ProxySource

Proxied URL to the category preview image.

public string ProxySource { get; }

Property Value

string

Source

URL to the category preview image.

public string Source { get; }

Property Value

string

Methods

Create(FluxerBaseClient, GifCategoryJson)

Create a GifCategory object from json.

public static GifCategory Create(FluxerBaseClient client, GifCategoryJson json)

Parameters

client FluxerBaseClient
json GifCategoryJson

Returns

GifCategory