Click or drag to resize
TreeSiteMapNodeGetValue Method
Returns value of column.

Namespace: CMS.CMSSiteMapProvider
Assembly: CMS.CMSSiteMapProvider (in CMS.CMSSiteMapProvider.dll) Version: 9.0.0
Syntax
C#
public Object GetValue(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Object

Implements

ISimpleDataContainerGetValue(String)
See Also