Click or drag to resize

DeploymentProviderDeployDataItemsTo Method

Namespace:  Dynamicweb.Deployment
Assembly:  Dynamicweb.Deployment (in Dynamicweb.Deployment.dll) Version: 3.0.3
Syntax
public DeploymentInfo DeployDataItemsTo(
	string id,
	DeploymentProvider destination,
	ICollection<DataItemIdentifier> dataItemIdentifiers
)

Parameters

id
Type: SystemString
destination
Type: Dynamicweb.DeploymentDeploymentProvider
dataItemIdentifiers
Type: System.Collections.GenericICollectionDataItemIdentifier

Return Value

Type: DeploymentInfo
See Also