Show / Hide Table of Contents

Class DocumentConsts

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

Properties

MaxEditLinkLength

Default value: 2048

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

MaxFileNameNameLength

Default value: 128

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

MaxFormatNameLength

Default value: 128

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

MaxLanguageCodeNameLength

Default value: 128

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

MaxLocalDirectoryLength

Default value: 512

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

MaxNameLength

Default value: 255

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

MaxRawRootUrlLength

Default value: 2048

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

MaxRootUrlLength

Default value: 2048

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