Class FamilysharingResource
The "familysharing" collection of methods.
Inheritance
System.Object
FamilysharingResource
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.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 |