Show / Hide Table of Contents

Class SettingsModal.PageFeedbackSettingViewModel

Inheritance
object
SettingsModal.PageFeedbackSettingViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Pro.Admin.Web.Pages.CmsKit.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
public class SettingsModal.PageFeedbackSettingViewModel

Constructors

PageFeedbackSettingViewModel()

Declaration
public PageFeedbackSettingViewModel()

Properties

EmailAddresses

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

EntityType

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

Id

Declaration
[HiddenInput]
public Guid Id { get; set; }
Property Value
Type Description
Guid
In this article
Back to top Powered by Volosoft