Show / Hide Table of Contents

Class PagesResource

The "pages" collection of methods.

Inheritance
object
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.Blogger.v2
Assembly: Google.Apis.Blogger.v2.dll
Syntax
public class PagesResource

Constructors

PagesResource(IClientService)

Constructs a new resource.

Declaration
public PagesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string, string)

Gets a page by blog id and page id.

Declaration
public virtual PagesResource.GetRequest Get(string blogId, string pageId)
Parameters
Type Name Description
string blogId

null

string pageId

null

Returns
Type Description
PagesResource.GetRequest

List(string)

Lists pages.

Declaration
public virtual PagesResource.ListRequest List(string blogId)
Parameters
Type Name Description
string blogId

null

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