Class FamilysharingResource
The "familysharing" collection of methods.
Inherited Members
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 |