Show / Hide Table of Contents

Class BlogConsts

Inheritance
System.Object
BlogConsts
Namespace: Volo.Blogging.Blogs
Assembly: Volo.Blogging.Domain.Shared.dll
Syntax
public static class BlogConsts : object

Properties

MaxDescriptionLength

Default value: 1024

Declaration
public static int MaxDescriptionLength { get; set; }
Property Value
Type Description
System.Int32

MaxNameLength

Default value: 256

Declaration
public static int MaxNameLength { get; set; }
Property Value
Type Description
System.Int32

MaxShortNameLength

Default value: 32

Declaration
public static int MaxShortNameLength { get; set; }
Property Value
Type Description
System.Int32
Back to top Powered by Volosoft