WebBlogService Class ReferenceManaged web blog services.
More...
List of all members.
|
Public Member Functions |
| List< TransitAccountBlog > | GetAccountBlogs (string ticket, int id, ServiceQueryOptions options) |
| | Get account blogs.
|
| List< TransitAccountBlog > | GetAuthoredAccountBlogs (string ticket, int id, ServiceQueryOptions options) |
| | Get authored blogs.
|
| int | GetAuthoredAccountBlogsCount (string ticket, int id) |
| | Get authored account blogs count.
|
| int | GetAccountBlogsCount (string ticket, int id) |
| | Get account blogs count.
|
| TransitAccountBlog | GetAccountBlogById (string ticket, int id) |
| | Get account blog by id.
|
| int | CreateOrUpdateAccountBlog (string ticket, TransitAccountBlog blog) |
| | Create or update a blog.
|
| int | SyndicateAccountBlog (string ticket, int id) |
| | Syndicate a blog.
|
| void | DeleteAccountBlog (string ticket, int id) |
| | Delete a blog.
|
| TransitAccountBlogPost | GetAccountBlogPostById (string ticket, int id) |
| | Get account blog post by id.
|
| int | GetAccountBlogPostsCount (string ticket, int id) |
| | Get account blog posts count.
|
| List< TransitAccountBlogPost > | GetAccountBlogPosts (string ticket, int id, ServiceQueryOptions options) |
| | Get account blog posts.
|
| int | CreateOrUpdateAccountBlogPost (string ticket, TransitAccountBlogPost post) |
| | Create or update a blog post.
|
| void | DeleteAccountBlogPost (string ticket, int id) |
| | Delete a blog post.
|
| int | GetAccountBlogAuthorsCount (string ticket, int id) |
| | Get account blog authors count.
|
| TransitAccountBlogAuthor | GetAccountBlogAuthorById (string ticket, int id) |
| | Get account blog author by id.
|
| List< TransitAccountBlogAuthor > | GetAccountBlogAuthors (string ticket, int id, ServiceQueryOptions options) |
| | Get account blog authors.
|
| int | CreateOrUpdateAccountBlogAuthor (string ticket, TransitAccountBlogAuthor author) |
| | Create or update a blog author.
|
| void | DeleteAccountBlogAuthor (string ticket, int id) |
| | Delete a blog author.
|
| List< TransitAccountBlogPost > | SearchAccountBlogPosts (string ticket, string s, ServiceQueryOptions options) |
| | Search blog posts.
|
| int | SearchAccountBlogPostsCount (string ticket, string s) |
| | Return the number of blog posts matching a query.
|
Detailed Description
Managed web blog services.
Member Function Documentation
| int CreateOrUpdateAccountBlog |
( |
string |
ticket, |
|
|
TransitAccountBlog |
blog |
|
) |
|
|
|
|
Create or update a blog.
- Parameters:
-
| ticket | authentication ticket |
| Blog | new Blog |
|
| int CreateOrUpdateAccountBlogAuthor |
( |
string |
ticket, |
|
|
TransitAccountBlogAuthor |
author |
|
) |
|
|
|
|
Create or update a blog author.
- Parameters:
-
| ticket | authentication ticket |
| author | new blog author |
|
| int CreateOrUpdateAccountBlogPost |
( |
string |
ticket, |
|
|
TransitAccountBlogPost |
post |
|
) |
|
|
|
|
Create or update a blog post.
- Parameters:
-
| ticket | authentication ticket |
| post | new blog post |
|
| void DeleteAccountBlog |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Delete a blog.
- Parameters:
-
| ticket | authentication ticket |
| blogid | blog id |
|
| void DeleteAccountBlogAuthor |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Delete a blog author.
- Parameters:
-
| ticket | authentication ticket |
| authorid | author id |
|
| void DeleteAccountBlogPost |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Delete a blog post.
- Parameters:
-
| ticket | authentication ticket |
| postid | post id |
|
| TransitAccountBlogAuthor GetAccountBlogAuthorById |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get account blog author by id.
- Parameters:
-
| ticket | authentication ticket |
| id | blog author id |
- Returns:
- transit account blog author
|
| List<TransitAccountBlogAuthor> GetAccountBlogAuthors |
( |
string |
ticket, |
|
|
int |
id, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get account blog authors.
- Returns:
- transit account blog authors
|
| int GetAccountBlogAuthorsCount |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get account blog authors count.
- Parameters:
-
- Returns:
- transit account blog authors count
|
| TransitAccountBlog GetAccountBlogById |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get account blog by id.
- Parameters:
-
| ticket | authentication ticket |
| id | blog id |
- Returns:
- transit account blog
|
| TransitAccountBlogPost GetAccountBlogPostById |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get account blog post by id.
- Parameters:
-
| ticket | authentication ticket |
| id | blog post id |
- Returns:
- transit account blog post
|
| List<TransitAccountBlogPost> GetAccountBlogPosts |
( |
string |
ticket, |
|
|
int |
id, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get account blog posts.
- Returns:
- transit account blog posts
|
| int GetAccountBlogPostsCount |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get account blog posts count.
- Parameters:
-
- Returns:
- transit account blog posts count
|
| List<TransitAccountBlog> GetAccountBlogs |
( |
string |
ticket, |
|
|
int |
id, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get account blogs.
- Parameters:
-
- Returns:
- transit account blogs
|
| int GetAccountBlogsCount |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get account blogs count.
- Parameters:
-
- Returns:
- transit account blogs count
|
| List<TransitAccountBlog> GetAuthoredAccountBlogs |
( |
string |
ticket, |
|
|
int |
id, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Get authored blogs.
- Parameters:
-
- Returns:
- transit account blogs
|
| int GetAuthoredAccountBlogsCount |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Get authored account blogs count.
- Parameters:
-
- Returns:
- transit account blogs count
|
| List<TransitAccountBlogPost> SearchAccountBlogPosts |
( |
string |
ticket, |
|
|
string |
s, |
|
|
ServiceQueryOptions |
options |
|
) |
|
|
|
|
Search blog posts.
- Returns:
|
| int SearchAccountBlogPostsCount |
( |
string |
ticket, |
|
|
string |
s |
|
) |
|
|
|
|
Return the number of blog posts matching a query.
- Returns:
- number of blog posts
|
| int SyndicateAccountBlog |
( |
string |
ticket, |
|
|
int |
id |
|
) |
|
|
|
|
Syndicate a blog.
- Parameters:
-
| ticket | authentication ticket |
|
The documentation for this class was generated from the following file:
|