ApiSessionGetPartitionInfo Method

Request the information object for a single partition.

Definition

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

Parameters

aPartition  Guid
the Guid of the partition to request the information for

Return Value

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