Show / Hide Table of Contents

Class PagesResource.UpdateRequest

Updates a page by blog id and page id.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Page>
BloggerBaseServiceRequest<Page>
PagesResource.UpdateRequest
Implements
IClientServiceRequest<Page>
IClientServiceRequest
Inherited Members
BloggerBaseServiceRequest<Page>.Xgafv
BloggerBaseServiceRequest<Page>.AccessToken
BloggerBaseServiceRequest<Page>.Alt
BloggerBaseServiceRequest<Page>.Callback
BloggerBaseServiceRequest<Page>.Fields
BloggerBaseServiceRequest<Page>.Key
BloggerBaseServiceRequest<Page>.OauthToken
BloggerBaseServiceRequest<Page>.PrettyPrint
BloggerBaseServiceRequest<Page>.QuotaUser
BloggerBaseServiceRequest<Page>.UploadType
BloggerBaseServiceRequest<Page>.UploadProtocol
ClientServiceRequest<Page>.Execute()
ClientServiceRequest<Page>.ExecuteAsStream()
ClientServiceRequest<Page>.ExecuteAsync()
ClientServiceRequest<Page>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Page>.ExecuteAsStreamAsync()
ClientServiceRequest<Page>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Page>.CreateRequest(bool?)
ClientServiceRequest<Page>.GenerateRequestUri()
ClientServiceRequest<Page>.GetDefaultETagAction(string)
ClientServiceRequest<Page>.ETagAction
ClientServiceRequest<Page>.ModifyRequest
ClientServiceRequest<Page>.ValidateParameters
ClientServiceRequest<Page>.ApiVersion
ClientServiceRequest<Page>.RequestParameters
ClientServiceRequest<Page>.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.v3
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public class PagesResource.UpdateRequest : BloggerBaseServiceRequest<Page>, IClientServiceRequest<Page>, IClientServiceRequest

Constructors

UpdateRequest(IClientService, Page, string, string)

Constructs a new Update request.

Declaration
public UpdateRequest(IClientService service, Page body, string blogId, string pageId)
Parameters
Type Name Description
IClientService service
Page body
string blogId
string pageId

Properties

BlogId

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageId

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

Publish

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

RestPath

Gets the REST path.

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

Revert

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<Page>.GetBody()

InitParameters()

Initializes Update parameter list.

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

Implements

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