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.v3
Assembly: Google.Apis.Blogger.v3.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

GetByUrl(string)

Gets a blog by url.

Declaration
public virtual BlogsResource.GetByUrlRequest GetByUrl(string url)
Parameters
Type Name Description
string url

null

Returns
Type Description
BlogsResource.GetByUrlRequest

ListByUser(string)

Lists blogs by user.

Declaration
public virtual BlogsResource.ListByUserRequest ListByUser(string userId)
Parameters
Type Name Description
string userId

null

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