Class PostsResource.GetByPathRequest
Inheritance
PostsResource.GetByPathRequest
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class PostsResource.GetByPathRequest : BloggerBaseServiceRequest<Post>, IClientServiceRequest<Post>, IClientServiceRequest
Constructors
GetByPathRequest(IClientService, string, string)
Constructs a new GetByPath request.
Declaration
public GetByPathRequest(IClientService service, string blogId, string path)
Parameters
Properties
BlogId
Declaration
[RequestParameter("blogId", RequestParameterType.Path)]
public virtual string BlogId { get; }
Property Value
HttpMethod
Declaration
public override string HttpMethod { get; }
Property Value
Overrides
Declaration
[RequestParameter("maxComments", RequestParameterType.Query)]
public virtual long? MaxComments { get; set; }
Property Value
MethodName
Declaration
public override string MethodName { get; }
Property Value
Overrides
Path
Declaration
[RequestParameter("path", RequestParameterType.Query)]
public virtual string Path { get; }
Property Value
RestPath
Declaration
public override string RestPath { get; }
Property Value
Overrides
View
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual PostsResource.GetByPathRequest.ViewEnum? View { get; set; }
Property Value
Methods
InitParameters()
Initializes GetByPath parameter list.
Declaration
protected override void InitParameters()
Overrides
Implements