Click or drag to resize

ApiSessionUpdatePartitions Method (ListGuid, String)

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,
	string aLogSourceName
)

Parameters

aPartitionGuids
Type: System.Collections.GenericListGuid
the list of partition guids to update
aLogSourceName
Type: SystemString
the log source name to post the logging messages to
See Also