Show / Hide Table of Contents

Class CommentsResource

The "comments" collection of methods.

Inheritance
object
CommentsResource
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 CommentsResource

Constructors

CommentsResource(IClientService)

Constructs a new resource.

Declaration
public CommentsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string, string, string)

Gets a comment by blog id, post id and comment id.

Declaration
public virtual CommentsResource.GetRequest Get(string blogId, string postId, string commentId)
Parameters
Type Name Description
string blogId

null

string postId

null

string commentId

null

Returns
Type Description
CommentsResource.GetRequest

List(string, string)

Lists comments.

Declaration
public virtual CommentsResource.ListRequest List(string blogId, string postId)
Parameters
Type Name Description
string blogId

null

string postId

null

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