VEventCollectionAssignUniqueIds Method

This can be used to ensure that all events in the collection have a unique ID assigned to them

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void AssignUniqueIds(
	bool forceNew
)

Parameters

forceNew  Boolean
If true, a new unique ID is assigned regardless of whether one already exists. If false and the event already has a unique ID, it keeps the old one.

See Also