Show / Hide Table of Contents

Class Blog.PagesData

The container of pages in this blog.

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

Properties

SelfLink

The URL of the container for pages in this blog.

Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type Description
string

TotalItems

The count of pages in this blog.

Declaration
[JsonProperty("totalItems")]
public virtual int? TotalItems { get; set; }
Property Value
Type Description
int?
In this article
Back to top Generated by DocFX