Click or drag to resize
InfoObjectRepository<TCollection, TObject, TSettings>.GetObjectName Method
Returns the name of the given object

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

Parameters

obj
Type: System.Object
Object for which to get the name

Return Value

Type: String

Implements

INamedEnumerable.GetObjectName(Object)
See Also