Click or drag to resize
InfoObjectCollectionTInfoGetObjectName Method (Object)
Gets the unique object name from the given object.

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

Parameters

obj
Type: SystemObject
Object

Return Value

Type: String

Implements

INamedEnumerableGetObjectName(Object)
See Also