Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.