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()
Assembly: EPiServer.Social.Comments.Rest.Contracts.dll
Version: 1.5.4
public class CommentResponse
Constructors
Declaration
Properties
Declaration
public List<string> Ancestors { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
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 |
|
Declaration
public DateTime Created { get; set; }
Property Value
| Type |
Description |
| System.DateTime |
|
Declaration
public ExtensionResponse Extension { get; set; }
Property Value
Declaration
public bool HasChildren { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool HasVisibleChildren { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public string Id { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public bool IsVisible { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public string Parent { get; set; }
Property Value
| Type |
Description |
| System.String |
|