Click or drag to resize
TreePathUtilsEnsureMaxNodeNameLength Method
Ensures 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 string EnsureMaxNodeNameLength(
	string name,
	string className
)

Parameters

name
Type: SystemString
Name to trim
className
Type: SystemString
Class name

Return Value

Type: String
See Also