Click or drag to resize

DeploymentProviderVerifyCompatibility Method

Namespace:  Dynamicweb.Deployment
Assembly:  Dynamicweb.Deployment (in Dynamicweb.Deployment.dll) Version: 3.0.3
Syntax
public bool VerifyCompatibility(
	DeploymentProvider destination,
	out ICollection<string> differences
)

Parameters

destination
Type: Dynamicweb.DeploymentDeploymentProvider
differences
Type: System.Collections.GenericICollectionString

Return Value

Type: Boolean
See Also