Method | Description | |
---|---|---|
DeletePost ( string key, string postid, string username, string password, bool publish ) : IActionResult | ||
EditPost ( string postid, string username, string password, |
||
GetCategories ( string blogid, string username, string password ) : IActionResult | ||
GetPost ( string postid, string username, string password ) : IActionResult | ||
GetRecentPosts ( string blogid, string username, string password, int numberOfPosts ) : IActionResult | ||
GetUsersBlogs ( string key, string username, string password ) : IActionResult | ||
MetaWeblogController ( IBlogRepository blogRepository, IApplicationContext appContext ) : Microsoft.AspNetCore.Mvc | ||
NewMediaObject ( string blogid, string username, string password, |
||
NewPost ( string blogid, string username, string password, |
public DeletePost ( string key, string postid, string username, string password, bool publish ) : IActionResult | ||
key | string | |
postid | string | |
username | string | |
password | string | |
publish | bool | |
return | IActionResult |
public EditPost ( string postid, string username, string password, |
||
postid | string | |
username | string | |
password | string | |
post | ||
publish | bool | |
return | IActionResult |
public GetCategories ( string blogid, string username, string password ) : IActionResult | ||
blogid | string | |
username | string | |
password | string | |
return | IActionResult |
public GetPost ( string postid, string username, string password ) : IActionResult | ||
postid | string | |
username | string | |
password | string | |
return | IActionResult |
public GetRecentPosts ( string blogid, string username, string password, int numberOfPosts ) : IActionResult | ||
blogid | string | |
username | string | |
password | string | |
numberOfPosts | int | |
return | IActionResult |
public GetUsersBlogs ( string key, string username, string password ) : IActionResult | ||
key | string | |
username | string | |
password | string | |
return | IActionResult |
public MetaWeblogController ( IBlogRepository blogRepository, IApplicationContext appContext ) : Microsoft.AspNetCore.Mvc | ||
blogRepository | IBlogRepository | |
appContext | IApplicationContext | |
return | Microsoft.AspNetCore.Mvc |
public NewMediaObject ( string blogid, string username, string password, |
||
blogid | string | |
username | string | |
password | string | |
media | ||
return | IActionResult |
public NewPost ( string blogid, string username, string password, |
||
blogid | string | |
username | string | |
password | string | |
post | ||
publish | bool | |
return | IActionResult |