Show / Hide Table of Contents

Class PageViewsResource

The "pageViews" collection of methods.

Inheritance
System.Object
PageViewsResource
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 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
System.String blogId
Returns
Type Description
PageViewsResource.GetRequest
Back to top