Show / Hide Table of Contents

Class BloggerService.Scope

Available OAuth 2.0 scopes for use with the Blogger API v3.

Inheritance
System.Object
BloggerService.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.Blogger.v3
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class Scope

Fields

Blogger

Manage your Blogger account

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

BloggerReadonly

View your Blogger account

Declaration
public static string BloggerReadonly
Field Value
Type Description
System.String
Back to top