TreePathUtilsEnsureMaxNodeNameLength Method |
Ensures maximal length of the node document name. Reflects the class node name source field size.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public static string EnsureMaxNodeNameLength(
string name,
string className
)
Parameters
- name
- Type: SystemString
Name to trim - className
- Type: SystemString
Class name
Return Value
Type:
StringSee Also