Class PostsResource
The "posts" collection of methods.
Inherited Members
Namespace: Google.Apis.Blogger.v2
Assembly: Google.Apis.Blogger.v2.dll
Syntax
public class PostsResource
Constructors
PostsResource(IClientService)
Constructs a new resource.
Declaration
public PostsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClient |
service |
Methods
Get(string, string)
Gets a post by blog id and post id
Declaration
public virtual PostsResource.GetRequest Get(string blogId, string postId)
Parameters
Returns
Type | Description |
---|---|
Posts |
List(string)
Lists posts.
Declaration
public virtual PostsResource.ListRequest List(string blogId)
Parameters
Type | Name | Description |
---|---|---|
string | blogId |
|
Returns
Type | Description |
---|---|
Posts |