Click or drag to resize

ApiSessionDiscardChangesToPartition Method (Guid)

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(
	Guid aPartitionGuid
)

Parameters

aPartitionGuid
Type: SystemGuid
The guid of the partition whose data should be discarded.
Remarks
No progress output is reported.
See Also