[This is preliminary documentation and is subject to change.]
Handles the core functionality for the MoveDown operation.
| C# |
public static ExecutionResult ExecuteMoveDown( Execution execution )
- execution (Execution)
- The Execution object created for the MoveDown operation
Always CommitResult
This moves the target object one place towards the end of the
target collection by calling IPersistateList.MoveDown.