Show / Hide Table of Contents

Class PostUserInfosResource

The "postUserInfos" collection of methods.

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

Constructors

PostUserInfosResource(IClientService)

Constructs a new resource.

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

Methods

Get(string, string, string)

Gets one post and user info pair, by post_id and user_id.

Declaration
public virtual PostUserInfosResource.GetRequest Get(string userId, string blogId, string postId)
Parameters
Type Name Description
string userId

null

string blogId

null

string postId

null

Returns
Type Description
PostUserInfosResource.GetRequest

List(string, string)

Lists post and user info pairs.

Declaration
public virtual PostUserInfosResource.ListRequest List(string userId, string blogId)
Parameters
Type Name Description
string userId

null

string blogId

null

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