ProjectMoveElementsToGroup Method |
Moves the elements to the group specified.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public static void MoveElementsToGroup(
IEnumerable<IGroupableElement> elements,
string newGroupName
)
Public Shared Sub MoveElementsToGroup (
elements As IEnumerable(Of IGroupableElement),
newGroupName As String
)
Parameters
- elements
- Type: System.Collections.GenericIEnumerableIGroupableElement
The elements. - newGroupName
- Type: SystemString
New name of the group.
Remarks Call this routine from a command to be able to undo the action in 1 go.
See Also