Click or drag to resize
GroupedDataSource.GetItems 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: System.Object
Key

Return Value

Type: IList

Implements

IGroupedData.GetItems(Object)
See Also