Click or drag to resize

ApiSessionGetPartitionInfo Method

Request the information object for a single partition.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public PartitionInfo GetPartitionInfo(
	Guid aPartition
)

Parameters

aPartition
Type: SystemGuid
the Guid of the partition to request the information for

Return Value

Type: PartitionInfo
the information object for the requested partition
Remarks
Only available for open projects 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