Show / Hide Table of Contents

Class FamilysharingResource

The "familysharing" collection of methods.

Inheritance
object
FamilysharingResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class FamilysharingResource

Constructors

FamilysharingResource(IClientService)

Constructs a new resource.

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

Methods

GetFamilyInfo()

Gets information regarding the family that the user is part of.

Declaration
public virtual FamilysharingResource.GetFamilyInfoRequest GetFamilyInfo()
Returns
Type Description
FamilysharingResource.GetFamilyInfoRequest

Share()

Initiates sharing of the content with the user's family. Empty response indicates success.

Declaration
public virtual FamilysharingResource.ShareRequest Share()
Returns
Type Description
FamilysharingResource.ShareRequest

Unshare()

Initiates revoking content that has already been shared with the user's family. Empty response indicates success.

Declaration
public virtual FamilysharingResource.UnshareRequest Unshare()
Returns
Type Description
FamilysharingResource.UnshareRequest
In this article
Back to top Generated by DocFX