Click or drag to resize

ApiSessionUpdatePartitions Method (ListGuid)

Updates all partitions in the given list. Is just a convenience method that calls the UpdatePartition(Guid) method for each guid

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void UpdatePartitions(
	List<Guid> aPartitionGuids
)

Parameters

aPartitionGuids
Type: System.Collections.GenericListGuid
the list of partition guids to update
See Also