Click or drag to resize
TreePathUtilsGetMaxNameLength Method
Gets maximal length of the node document name. Reflects the class node name source field size.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static int GetMaxNameLength(
	string className
)

Parameters

className
Type: SystemString
Class name

Return Value

Type: Int32
See Also