Class PostUserInfosResource
The "postUserInfos" collection of methods.
Inheritance
System.Object
PostUserInfosResource
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 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 |
|---|---|---|
| System.String | userId | |
| System.String | blogId | |
| System.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 |
|---|---|---|
| System.String | userId | |
| System.String | blogId |
Returns
| Type | Description |
|---|---|
| PostUserInfosResource.ListRequest |