Show / Hide Table of Contents

Class ProjectConsts

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

Properties

MaxDefaultDocumentNameLength

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

MaxLatestVersionBranchNameLength

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

MaxNameLength

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

MaxNavigationDocumentNameLength

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

MaxParametersDocumentNameLength

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

MaxShortNameLength

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

MaxVersionNameLength

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