C# Class TumblrAPI.PostItems.PostItemBase

Afficher le fichier Open project: jthigpen/TumblrAPI.NET

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
GetPostItemsInternal ( ) : string>.Dictionary

Gets the PostItems that are specific to each subclass.

Method Details

GetPostItemsInternal() protected abstract méthode

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

Publish() public méthode

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

Publish() public méthode

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
Résultat TumblrResult