UrlPropertyCollection(IListUrlProperty) Constructor

Construct the collection using a list of UrlProperty objects

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public UrlPropertyCollection(
	IList<UrlProperty> urls
)

Parameters

urls  IListUrlProperty
The IListT of URLs to add

See Also