Class CommentsResource
The "comments" collection of methods.
Inherited Members
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 |
|
string | postId |
|
string | commentId |
|
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 |
|
string | postId |
|
Returns
Type | Description |
---|---|
CommentsResource.ListRequest |