Show / Hide Table of Contents

Class BlogUserInfosResource

The "blogUserInfos" collection of methods.

Inheritance
System.Object
BlogUserInfosResource
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 BlogUserInfosResource

Constructors

BlogUserInfosResource(IClientService)

Constructs a new resource.

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

Methods

Get(String, String)

Gets one blog and user info pair by blog id and user id.

Declaration
public virtual BlogUserInfosResource.GetRequest Get(string userId, string blogId)
Parameters
Type Name Description
System.String userId
System.String blogId
Returns
Type Description
BlogUserInfosResource.GetRequest
Back to top