Class PostUserInfosResource
The "postUserInfos" collection of methods.
Inherited Members
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 |
|
| string | blogId |
|
| string | postId |
|
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 |
|
| string | blogId |
|
Returns
| Type | Description |
|---|---|
| PostUserInfosResource.ListRequest |