Click or drag to resize

ApiSessionGetPartitionInfos Method

Requests a list of the opened project's partitions and their current states.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public List<PartitionInfo> GetPartitionInfos()

Return Value

Type: ListPartitionInfo
the list of partition info objects
Remarks
Keep in mind that the information in the partition info objects are volatile. Claiming/unclaiming operations of other connected clients may change these information any time.
See Also