Show / Hide Table of Contents

Class DocumentConsts

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

Properties

MaxEditLinkLength

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

MaxFileNameNameLength

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

MaxFormatNameLength

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

MaxLanguageCodeNameLength

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

MaxLocalDirectoryLength

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

MaxNameLength

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

MaxRawRootUrlLength

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

MaxRootUrlLength

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