Click or drag to resize

DataItemSelection Constructor (DataItemType, ICollectionString)

Initializes a new instance of the DataItemSelection class

Namespace:  Dynamicweb.Deployment
Assembly:  Dynamicweb.Deployment (in Dynamicweb.Deployment.dll) Version: 3.0.3
Syntax
public DataItemSelection(
	DataItemType dataItemType,
	ICollection<string> dataItemIds
)

Parameters

dataItemType
Type: Dynamicweb.DeploymentDataItemType
dataItemIds
Type: System.Collections.GenericICollectionString
See Also