Class CommentResponse

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

Constructors

CommentResponse()

Declaration
public CommentResponse()

Properties

Ancestors

Declaration
public List<string> Ancestors { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

Author

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

Body

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

Created

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
System.DateTime

Extension

Declaration
public ExtensionResponse Extension { get; set; }
Property Value
Type Description
ExtensionResponse

HasChildren

Declaration
public bool HasChildren { get; set; }
Property Value
Type Description
System.Boolean

HasVisibleChildren

Declaration
public bool HasVisibleChildren { get; set; }
Property Value
Type Description
System.Boolean

Id

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

IsVisible

Declaration
public bool IsVisible { get; set; }
Property Value
Type Description
System.Boolean

Parent

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