Show / Hide Table of Contents

Class PagesResource.RevertRequest

Reverts a published or scheduled page to draft state.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Page>
BloggerBaseServiceRequest<Page>
PagesResource.RevertRequest
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(Nullable<Boolean>)
ClientServiceRequest<Page>.GenerateRequestUri()
ClientServiceRequest<Page>.GetBody()
ClientServiceRequest<Page>.GetDefaultETagAction(String)
ClientServiceRequest<Page>.ETagAction
ClientServiceRequest<Page>.ModifyRequest
ClientServiceRequest<Page>.RequestParameters
ClientServiceRequest<Page>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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 RevertRequest : BloggerBaseServiceRequest<Page>, IClientServiceRequest<Page>, IClientServiceRequest

Constructors

RevertRequest(IClientService, String, String)

Constructs a new Revert request.

Declaration
public RevertRequest(IClientService service, string blogId, string pageId)
Parameters
Type Name Description
IClientService service
System.String blogId
System.String pageId

Properties

BlogId

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

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Blogger.v3.Data.Page>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Blogger.v3.Data.Page>.MethodName

PageId

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Blogger.v3.Data.Page>.RestPath

Methods

InitParameters()

Initializes Revert parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Blogger.v3.BloggerBaseServiceRequest<Google.Apis.Blogger.v3.Data.Page>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top