SaaS CMS has officially launched! Learn more now.

Class ActionResponse<T>

Inheritance
System.Object
ActionResponse<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.Rest.Models
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class ActionResponse<T>
Type Parameters
Name Description
T

Constructors

ActionResponse()

Declaration
public ActionResponse()

Properties

ExtraInformation

Declaration
public T ExtraInformation { get; set; }
Property Value
Type Description
T

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

StatusCode

Declaration
public HttpStatusCode StatusCode { get; set; }
Property Value
Type Description
System.Net.HttpStatusCode

Extension Methods