Click or drag to resize
GroupedDataSourceGetGroupArray Method

Note: This API is now obsolete.

Returns the item group as an array.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use GetGroup(object).ToArray() instead.")]
public DataRowView[] GetGroupArray(
	Object itemValue
)

Parameters

itemValue
Type: SystemObject
Item value

Return Value

Type: DataRowView
Remarks
This method is slower than GetGroupView and creates a copy of the group
See Also