Persistate API documentation
MoveDownPresence Method (session, target, collection)
NamespacesPersistateStandardOperationsMoveDownPresence(Session, Persistent, IPersistateList)

[This is preliminary documentation and is subject to change.]

Determines whether the MoveDown operation should be enabled and/or visible.
Declaration Syntax
C#
public static OperationPresence MoveDownPresence(
	Session session,
	Persistent target,
	IPersistateList collection
)
Parameters
session (Session)
The Session requesting whether the operation should be enabled.
target (Persistent)
The Persistent on which any Execute call would be made.
collection (IPersistateList)
Any collection involved with this operation.
Return Value
Invisible if collection is null or not ordered. Otherwise Enabled if collection and target are non null and target is not the last object in collection, else Disabled.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)