Click or drag to resize
GroupedDataSourceGetItems Method
Gets the children based on the given key

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public IList GetItems(
	Object key
)

Parameters

key
Type: SystemObject
Key

Return Value

Type: IList

Implements

IGroupedDataGetItems(Object)
See Also