Show / Hide Table of Contents

Class ProjectConsts

Inheritance
System.Object
ProjectConsts
Namespace: Volo.Docs.Projects
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
public static class ProjectConsts : object

Properties

MaxDefaultDocumentNameLength

Default value: 128

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

MaxLatestVersionBranchNameLength

Default value: 128

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

MaxNameLength

Default value: 128

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

MaxNavigationDocumentNameLength

Default value: 128

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

MaxParametersDocumentNameLength

Default value: 128

Declaration
public static int MaxParametersDocumentNameLength { 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

MaxVersionNameLength

Default value: 128

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