Click or drag to resize

ApiSessionDiscardChangesToPartition Method (SimplePartitionActionArgs)

Discard changes in a single partition which is given by its Guid.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void DiscardChangesToPartition(
	SimplePartitionActionArgs aArgs
)

Parameters

aArgs
Type: Articy.ApiSimplePartitionActionArgs
The arguments for this command containing the parameters see SimplePartitionActionArgs for their meaning.
Remarks
Progress output is reported to the Log if the LogSourceName is set.
See Also