Click or drag to resize

ObjectProxyGetPartitionId Method

Returns the Guid of the partition, this object belongs to.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public Guid GetPartitionId()

Return Value

Type: Guid
the partition GUID
Remarks
The partition GUID is needed for methods like ClaimPartition(Guid) or UnclaimPartition(Guid). The partition GUID and the object ID is not the same value, even if the object itself is also its own partition.
See Also