Show / Hide Table of Contents

Class GetPageFeedbackListInput

Inheritance
object
GetPageFeedbackListInput
Namespace: Volo.CmsKit.Admin.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class GetPageFeedbackListInput : PagedAndSortedResultRequestDto

Constructors

GetPageFeedbackListInput()

Declaration
public GetPageFeedbackListInput()

Properties

EntityId

Declaration
public string EntityId { get; set; }
Property Value
Type Description
string

EntityType

Declaration
public string EntityType { get; set; }
Property Value
Type Description
string

IsHandled

Declaration
public bool? IsHandled { get; set; }
Property Value
Type Description
bool?

IsUseful

Declaration
public bool? IsUseful { get; set; }
Property Value
Type Description
bool?

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft