Click or drag to resize
UniGridFunctionsObjectTypeName Method
Gets type info nice name from it's object name. (E.g. cms.users -> Users)

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public static Object ObjectTypeName(
	Object parameter
)

Parameters

parameter
Type: SystemObject
Type info name

Return Value

Type: Object
Type info nice name
See Also