[This is preliminary documentation and is subject to change.]
Determines whether the MoveUp operation should be enabled and/or
visible.
| C# |
public static OperationPresence MoveUpPresence( Session session, Persistent target, IPersistateList collection )
- target (Persistent)
- The Persistent on which any Execute call would be made.
- collection (IPersistateList)
- Any collection involved with this operation.
Invisible if collection is null or not ordered. Otherwise Enabled
if collection and target are non null and target is not the first object in
collection, else Disabled.