Search Results for

    Show / Hide Table of Contents

    Class CreateCommentRequest

    Model to create a comment.

    Inheritance
    object
    CreateCommentRequest
    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 CreateCommentRequest

    Properties

    Body

    The comment's body.

    Declaration
    [JsonPropertyName("body")]
    public string Body { get; set; }
    Property Value
    Type Description
    string

    BranchId

    The id of the branch.

    Declaration
    [JsonPropertyName("branchId")]
    public int BranchId { get; set; }
    Property Value
    Type Description
    int

    ObjectRef

    The object the comment is attached to.

    Declaration
    [JsonPropertyName("objectRef")]
    public int ObjectRef { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Version 6.1.0.31rc