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.
|
Method | Description | |
---|---|---|
GetPostItemsInternal ( ) : string>.Dictionary |
Gets the PostItems that are specific to each subclass.
|
protected abstract GetPostItemsInternal ( ) : string>.Dictionary |
||
return | string>.Dictionary |
public Publish ( string email, string password, string group ) : TumblrResult | ||
string | Tumblr account email address | |
password | string | Tumblr account password |
group | string | |
return | TumblrResult |