[This is preliminary documentation and is subject to change.]
Determines whether the Delete operation should be enabled and/or
visible.
| C# |
public static OperationPresence DeletePresence( 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 the collection is null or associated, has no parent,
or is a collection of Choice objects. Otherwise Enabled if target is non
null, or else Disabled.