Show / Hide Table of Contents

Class BlogsResource

The "blogs" collection of methods.

Inheritance
object
BlogsResource
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 BlogsResource

Constructors

BlogsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets a blog by id.

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

null

Returns
Type Description
BlogsResource.GetRequest

List(string)

Lists blogs by user id, possibly filtered.

Declaration
public virtual BlogsResource.ListRequest List(string userId)
Parameters
Type Name Description
string userId

null

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