GetGroups gets an array of Groups/Categories from the DataSource

Namespace: DotNetNuke.UI.WebControls
Assembly: 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)

Return Value

returnsM:DotNetNuke.UI.WebControls.PropertyEditorControl.GetGroups(System.Collections.IEnumerable)

See Also