SPDeploymentSettings.Validate method

Checks deployment settings to make sure that they are valid and they don't conflict with each other.

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Sub Validate
'Usage
Dim instance As SPDeploymentSettings

instance.Validate()
public virtual void Validate()

Remarks

Derived classes should override this method to validate settings specific to export or import.

See also

Reference

SPDeploymentSettings class

SPDeploymentSettings members

Microsoft.SharePoint.Deployment namespace