Show / Hide Table of Contents

Class BlogPostConsts

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

Fields

EntityType

Declaration
public const string EntityType = "BlogPost"
Field Value
Type Description
string

Properties

MaxContentLength

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

MaxShortDescriptionLength

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

MaxSlugLength

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

MaxTitleLength

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

MinSlugLength

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