Show / Hide Table of Contents

Class PageFeedbackConst

Inheritance
object
PageFeedbackConst
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Domain.Shared.dll
Syntax
public static class PageFeedbackConst

Fields

DefaultSettingEntityType

Declaration
public const string DefaultSettingEntityType = null
Field Value
Type Description
string

EmailAddressesSeparator

Declaration
public const string EmailAddressesSeparator = ","
Field Value
Type Description
string

Properties

MaxAdminNoteLength

Declaration
public static int MaxAdminNoteLength { get; set; }
Property Value
Type Description
int

MaxEmailAddressesLength

Declaration
public static int MaxEmailAddressesLength { get; set; }
Property Value
Type Description
int

MaxEntityIdLength

Declaration
public static int MaxEntityIdLength { get; set; }
Property Value
Type Description
int

MaxEntityTypeLength

Declaration
public static int MaxEntityTypeLength { get; set; }
Property Value
Type Description
int

MaxUrlLength

Declaration
public static int MaxUrlLength { get; set; }
Property Value
Type Description
int

MaxUserNoteLength

Declaration
public static int MaxUserNoteLength { get; set; }
Property Value
Type Description
int
In this article
Back to top Powered by ABP.IO Platform