Show / Hide Table of Contents

Class PresentationsResource.PagesResource

The "pages" collection of methods.

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

Constructors

PagesResource(IClientService)

Constructs a new resource.

Declaration
public PagesResource(IClientService service)
Parameters
Type Name Description
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
string presentationId

The ID of the presentation to retrieve.

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
string presentationId

The ID of the presentation to retrieve.

string pageObjectId

The object ID of the page whose thumbnail to retrieve.

Returns
Type Description
PresentationsResource.PagesResource.GetThumbnailRequest
In this article
Back to top Generated by DocFX