Click or drag to resize
TypeHelperGetMaxCodeNameLength Method
Gets the maximum code name length

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static int GetMaxCodeNameLength(
	int maxLength
)

Parameters

maxLength
Type: SystemInt32
Maximum code name length, if not set (0), returns MaxCodeNameLength

Return Value

Type: Int32
See Also