Click or drag to resize

ApiSessionUnclaimAllMyPartitions Method

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()
Remarks
No progress output is reported. This method is especially handy to clean up after changing many articy objects and saves your program from keeping track on the claimed partitions.
See Also