Show / Hide Table of Contents

Class PostsResource

The "posts" collection of methods.

Inheritance
object
PostsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
IClientService 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
Type Name Description
string blogId

null

string postId

null

Returns
Type Description
PostsResource.GetRequest

List(string)

Lists posts.

Declaration
public virtual PostsResource.ListRequest List(string blogId)
Parameters
Type Name Description
string blogId

null

Returns
Type Description
PostsResource.ListRequest
In this article
Back to top Generated by DocFX