Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
CommentReplyBuilder
Assembly: Syncfusion.EJ2.dll
public class CommentReplyBuilder : ControlBuilder
Constructors
Declaration
public CommentReplyBuilder()
Declaration
public CommentReplyBuilder(List<CommentReply> collection)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.List<CommentReply> |
collection |
|
Methods
Declaration
Specifies the author of the reply.
If not set, the reply will not display an author name.
Declaration
public CommentReplyBuilder Author(string author)
Parameters
| Type |
Name |
Description |
| System.String |
author |
|
Returns
Indicates the date and time when the reply was created.
If not set, the reply will not show a timestamp.
Declaration
public CommentReplyBuilder CreatedTime(string createdTime)
Parameters
| Type |
Name |
Description |
| System.String |
createdTime |
|
Returns
Defines the text content of the reply.
Declaration
public CommentReplyBuilder Text(string text)
Parameters
| Type |
Name |
Description |
| System.String |
text |
|
Returns