GetGroups gets an array of Groups/Categories from the DataSource
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
protected override string[] GetGroups( IEnumerable arrObjects ) |
| Visual Basic |
|---|
Protected Overrides Function GetGroups ( arrObjects As IEnumerable ) As String() |
Parameters
- arrObjects
- Type: System.Collections..::..IEnumerable
paramarrObjectsM:DotNetNuke.UI.WebControls.CollectionEditorControl.GetGroups(System.Collections.IEnumerable)