Search Results for

    Show / Hide Table of Contents

    Class ReplyCommentRequest

    Model to reply to a comment.

    Inheritance
    object
    ReplyCommentRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Cms.Client
    Assembly: Noxum.Nova.Cms.Client.dll
    Syntax
    public class ReplyCommentRequest

    Properties

    Body

    The reply-comment's body.

    Declaration
    [JsonPropertyName("body")]
    public string Body { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Version 6.3.0.17