Show / Hide Table of Contents

Class PageViewsResource

The "pageViews" collection of methods.

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

Constructors

PageViewsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets page views by blog id.

Declaration
public virtual PageViewsResource.GetRequest Get(string blogId)
Parameters
Type Name Description
string blogId

null

Returns
Type Description
PageViewsResource.GetRequest
In this article
Back to top Generated by DocFX