Click or drag to resize
CSSWrapperGetObjectName Method
Gets the object name for the given object

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
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