CreateDiscardAction(Boolean):IChangeSetEntryAction

Generates an action for discarding all changes to a data object.

This method generates an action which offers the possibility of viewing dependencies before the changes are irrevocably discarded.

In order to execute the action, the method Execute of the return type must be called.

Parameter

includeChildren

Type: System.Boolean

The parameter indicates whether the dependencies are to be discarded when executing the action. The dependencies are also discarded with the value true.