London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class RestResult

Inheritance
System.Object
RestResult
Namespace: EPiServer.Shell.Services.Rest
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class RestResult : RestResultBase

Constructors

RestResult()

Declaration
public RestResult()

RestResult(IObjectSerializerFactory)

Declaration
public RestResult(IObjectSerializerFactory serializerFactory)
Parameters
Type Name Description
IObjectSerializerFactory serializerFactory

Properties

Range

Declaration
public ItemRange Range { get; set; }
Property Value
Type Description
ItemRange

StatusCode

Declaration
[Obsolete("Return a RestStatusCodeResult or a HttpStatusCodeResult with the proper status code instead")]
public HttpStatusCode StatusCode { get; set; }
Property Value
Type Description
System.Net.HttpStatusCode

Methods

ExecuteResult(ControllerContext)

Declaration
public override void ExecuteResult(ControllerContext context)
Parameters
Type Name Description
System.Web.Mvc.ControllerContext context
Overrides

Extension Methods