C# Class TumblrAPI.PostItems.Text

Traditional text blog post. At least one, title or body, is required.
Inheritance: PostItemBase
Datei anzeigen Open project: jthigpen/TumblrAPI.NET

Public Methods

Method Description
Text ( ) : System.Collections.Generic
Text ( string title ) : System.Collections.Generic
Text ( string title, string body ) : System.Collections.Generic

Protected Methods

Method Description
GetPostItemsInternal ( ) : string>.Dictionary

Method Details

GetPostItemsInternal() protected method

protected GetPostItemsInternal ( ) : string>.Dictionary
return string>.Dictionary

Text() public method

public Text ( ) : System.Collections.Generic
return System.Collections.Generic

Text() public method

public Text ( string title ) : System.Collections.Generic
title string
return System.Collections.Generic

Text() public method

public Text ( string title, string body ) : System.Collections.Generic
title string
body string
return System.Collections.Generic