Click or drag to resize
TaskGroupMoveElementDown Method
Moves the element down.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public bool MoveElementDown(
	TaskGroupElement toMove
)

Parameters

toMove
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TasksTaskGroupElement
To move.

Return Value

Type: Boolean
true if the move took place, false otherwise
See Also