Click or drag to resize
ObjectCollectionTObjectGetObjectName Method (Object)
Returns the name of the given object

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public string GetObjectName(
	Object obj
)

Parameters

obj
Type: SystemObject
Object for which to get the name

Return Value

Type: String

Implements

INamedEnumerableGetObjectName(Object)
See Also