Class ExtensionResponse

Inheritance
System.Object
ExtensionResponse
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.Social.Common.Rest.Contracts
Assembly: EPiServer.Social.Common.Rest.Contracts.dll
Version: 1.5.4
Syntax
public class ExtensionResponse

Constructors

ExtensionResponse()

Declaration
public ExtensionResponse()

Properties

Data

Declaration
public JObject Data { get; set; }
Property Value
Type Description
Newtonsoft.Json.Linq.JObject

QualifiedType

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