Reply(String,String,DateTime,String) Method
In This Topic
Adds a new
Comment to the
Replies collection of this comment.
Syntax
'Declaration
Public Overloads Function Reply( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Date, _
ByVal As System.String _
) As Comment
public Comment Reply(
System.string ,
System.string ,
System.DateTime ,
System.string
)
Parameters
- text
- The new comment text.
- author
- The new comment author.
- date
- The new comment date.
- initials
- The new comment author initials.
Return Value
The newly added reply.
See Also