Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class CustomResponseData

Inheritance
System.Object
CustomResponseData
Namespace: EPiServer.Commerce.UI.Admin.Shared.Models
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class CustomResponseData : Object

Constructors

CustomResponseData(String, HttpStatusCode)

Declaration
public CustomResponseData(string message, HttpStatusCode statusCode)
Parameters
Type Name Description
System.String message
System.Net.HttpStatusCode statusCode

Properties

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