Show / Hide Table of Contents

Class CommentsResource

The "comments" collection of methods.

Inheritance
System.Object
CommentsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Plus.v1
Assembly: Google.Apis.Plus.v1.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)

Shut down. See https://developers.google.com/+/api-shutdown for more details.

Declaration
public virtual CommentsResource.GetRequest Get(string commentId)
Parameters
Type Name Description
System.String commentId

The ID of the comment to get.

Returns
Type Description
CommentsResource.GetRequest

List(String)

Shut down. See https://developers.google.com/+/api-shutdown for more details.

Declaration
public virtual CommentsResource.ListRequest List(string activityId)
Parameters
Type Name Description
System.String activityId

The ID of the activity to get comments for.

Returns
Type Description
CommentsResource.ListRequest
Back to top