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