Show / Hide Table of Contents

Class PagesResource.ListRequest

Lists pages.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<PageList>
BloggerBaseServiceRequest<PageList>
PagesResource.ListRequest
Implements
IClientServiceRequest<PageList>
IClientServiceRequest
Inherited Members
BloggerBaseServiceRequest<PageList>.Xgafv
BloggerBaseServiceRequest<PageList>.AccessToken
BloggerBaseServiceRequest<PageList>.Alt
BloggerBaseServiceRequest<PageList>.Callback
BloggerBaseServiceRequest<PageList>.Fields
BloggerBaseServiceRequest<PageList>.Key
BloggerBaseServiceRequest<PageList>.OauthToken
BloggerBaseServiceRequest<PageList>.PrettyPrint
BloggerBaseServiceRequest<PageList>.QuotaUser
BloggerBaseServiceRequest<PageList>.UploadType
BloggerBaseServiceRequest<PageList>.UploadProtocol
ClientServiceRequest<PageList>.Execute()
ClientServiceRequest<PageList>.ExecuteAsStream()
ClientServiceRequest<PageList>.ExecuteAsync()
ClientServiceRequest<PageList>.ExecuteAsync(CancellationToken)
ClientServiceRequest<PageList>.ExecuteAsStreamAsync()
ClientServiceRequest<PageList>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<PageList>.CreateRequest(bool?)
ClientServiceRequest<PageList>.GenerateRequestUri()
ClientServiceRequest<PageList>.GetBody()
ClientServiceRequest<PageList>.GetDefaultETagAction(string)
ClientServiceRequest<PageList>.ETagAction
ClientServiceRequest<PageList>.ModifyRequest
ClientServiceRequest<PageList>.ValidateParameters
ClientServiceRequest<PageList>.ApiVersion
ClientServiceRequest<PageList>.RequestParameters
ClientServiceRequest<PageList>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Blogger.v2
Assembly: Google.Apis.Blogger.v2.dll
Syntax
public class PagesResource.ListRequest : BloggerBaseServiceRequest<PageList>, IClientServiceRequest<PageList>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string blogId)
Parameters
Type Name Description
IClientService service
string blogId

Properties

BlogId

Declaration
[RequestParameter("blogId", RequestParameterType.Path)]
public virtual string BlogId { get; }
Property Value
Type Description
string

FetchBodies

Declaration
[RequestParameter("fetchBodies", RequestParameterType.Query)]
public virtual bool? FetchBodies { get; set; }
Property Value
Type Description
bool?

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<PageList>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<PageList>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<PageList>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
BloggerBaseServiceRequest<PageList>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX