AttachPropertyCollection(IList<AttachProperty>) Constructor

Construct the collection using a list of AttachProperty objects

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public AttachPropertyCollection(
	IList<AttachProperty> attachments
)

Parameters

attachments  IList<AttachProperty>
The IList<T> of attachments to add

See Also