Click or drag to resize

ApiSessionPublishProjectPartitions Method

Saves the project and publishes or unclaims all partitions that are claimed and contain changes.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void PublishProjectPartitions(
	bool aKeepClaims
)

Parameters

aKeepClaims
Type: SystemBoolean
true if the project should only be published and the partitions claims are kept.
See Also