Class BlogPostConsts
Inheritance
BlogPostConsts
Assembly: Volo.CmsKit.Domain.Shared.dll
Syntax
public static class BlogPostConsts
Fields
EntityType
Declaration
public const string EntityType = "BlogPost"
Field Value
Properties
MaxContentLength
Declaration
public static int MaxContentLength { get; set; }
Property Value
MaxShortDescriptionLength
Declaration
public static int MaxShortDescriptionLength { get; set; }
Property Value
MaxSlugLength
Declaration
public static int MaxSlugLength { get; set; }
Property Value
MaxTitleLength
Declaration
public static int MaxTitleLength { get; set; }
Property Value
MinSlugLength
Declaration
public static int MinSlugLength { get; set; }
Property Value