Click or drag to resize

ApiSessionUpdatePartition Method (Guid)

Updates the given partition.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void UpdatePartition(
	Guid aPartitionGuid
)

Parameters

aPartitionGuid
Type: SystemGuid
The Guid of the partition to update
Exceptions
ExceptionCondition
ArticyApiExceptionPartitionClaimed is thrown when you already have the partition claimed, so no external changes can be present
See Also