C# Class TumblrAPI.PostItems.PostItemBase

Exibir arquivo Open project: jthigpen/TumblrAPI.NET

Public Methods

Method Description
Publish ( ) : TumblrResult

Uses the credentials stored in the TumblrAPI.Authentication class to publish.

Publish ( string email, string password, string group ) : TumblrResult

Authenticates against the service for this publish only.

Protected Methods

Method Description
GetPostItemsInternal ( ) : string>.Dictionary

Gets the PostItems that are specific to each subclass.

Method Details

GetPostItemsInternal() protected abstract method

Gets the PostItems that are specific to each subclass.
protected abstract GetPostItemsInternal ( ) : string>.Dictionary
return string>.Dictionary

Publish() public method

Uses the credentials stored in the TumblrAPI.Authentication class to publish.
public Publish ( ) : TumblrResult
return TumblrResult

Publish() public method

Authenticates against the service for this publish only.
public Publish ( string email, string password, string group ) : TumblrResult
email string Tumblr account email address
password string Tumblr account password
group string
return TumblrResult