Show / Hide Table of Contents

Class SlidesService.Scope

Available OAuth 2.0 scopes for use with the Google Slides API.

Inheritance
System.Object
SlidesService.Scope
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 Scope

Fields

Drive

See, edit, create, and delete all of your Google Drive files

Declaration
public static string Drive
Field Value
Type Description
System.String

DriveFile

See, edit, create, and delete only the specific Google Drive files you use with this app

Declaration
public static string DriveFile
Field Value
Type Description
System.String

DriveReadonly

See and download all your Google Drive files

Declaration
public static string DriveReadonly
Field Value
Type Description
System.String

Presentations

See, edit, create, and delete all your Google Slides presentations

Declaration
public static string Presentations
Field Value
Type Description
System.String

PresentationsReadonly

See all your Google Slides presentations

Declaration
public static string PresentationsReadonly
Field Value
Type Description
System.String

Spreadsheets

See, edit, create, and delete all your Google Sheets spreadsheets

Declaration
public static string Spreadsheets
Field Value
Type Description
System.String

SpreadsheetsReadonly

See all your Google Sheets spreadsheets

Declaration
public static string SpreadsheetsReadonly
Field Value
Type Description
System.String
In This Article
Back to top