Click or drag to resize
INamedEnumerableGetObjectName Method
Returns the name of the given object

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
string GetObjectName(
	Object obj
)

Parameters

obj
Type: SystemObject
Object for which to get the name

Return Value

Type: String
See Also