Click or drag to resize

ValidationHelperFixSystemName Method

Removes invalid characters from a system name (for a property or data object type) and clips it if the length exceeds the max.

Namespace:  Omada.OE.Model.Helper
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static string FixSystemName(
	string systemName,
	int maxLength = 60
)

Parameters

systemName
Type: SystemString
maxLength (Optional)
Type: SystemInt32

Return Value

Type: String
See Also