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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public override string GetObjectName(
	BaseInfo obj
)

Parameters

obj
Type: CMS.DataEngineBaseInfo
Object

Return Value

Type: String
See Also