Class CreateCommentInput
Inheritance
System.Object
CreateCommentInput
Namespace: Volo.CmsKit.Public.Comments
Assembly: Volo.CmsKit.Public.Application.Contracts.dll
Syntax
public class CreateCommentInput : object
Properties
RepliedCommentId
Declaration
public Guid? RepliedCommentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Guid> |
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |