ApiSessionGetPartitionInfo Method
Request the information object for a single partition.
Definition
Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
the information object for the requested partition
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
PartitionInfothe 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.