Click or drag to resize

ApiSessionUnclaimAllMyPartitions Method (UnclaimPartitionArgs)

Unclaims all partitions the currently logged in user has claimed

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

Parameters

aArgs
Type: Articy.ApiUnclaimPartitionArgs
The arguments for this command containing the parameters see UnclaimPartitionArgs for their meaning
Remarks
Progress output is reported to the Log if the LogSourceName is set. The PartitionGuid member in the arguments will be ignored for this method
See Also