Class PresentationsResource.PagesResource
The "pages" collection of methods.
Inheritance
System.Object
PresentationsResource.PagesResource
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.Slides.v1
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class PagesResource
Constructors
PagesResource(IClientService)
Constructs a new resource.
Declaration
public PagesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| Google.Apis.Services.IClientService | service |
Methods
Get(String, String)
Gets the latest version of the specified page in the presentation.
Declaration
public virtual PresentationsResource.PagesResource.GetRequest Get(string presentationId, string pageObjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | presentationId | The ID of the presentation to retrieve. |
| System.String | pageObjectId | The object ID of the page to retrieve. |
Returns
| Type | Description |
|---|---|
| PresentationsResource.PagesResource.GetRequest |
GetThumbnail(String, String)
Generates a thumbnail of the latest version of the specified page in the presentation and returns a URL to the thumbnail image. This request counts as an expensive read request for quota purposes.
Declaration
public virtual PresentationsResource.PagesResource.GetThumbnailRequest GetThumbnail(string presentationId, string pageObjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | presentationId | The ID of the presentation to retrieve. |
| System.String | pageObjectId | The object ID of the page whose thumbnail to retrieve. |
Returns
| Type | Description |
|---|---|
| PresentationsResource.PagesResource.GetThumbnailRequest |