ContentDeploymentSourceError constructor (SPSite, SPWeb, ContentDeploymentSourceErrorType)
Initializes a new instance of a ContentDeploymentSourceError objectbased on the specified parameters. .
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub New ( _
site As SPSite, _
web As SPWeb, _
errorType As ContentDeploymentSourceErrorType _
)
'Usage
Dim site As SPSite
Dim web As SPWeb
Dim errorType As ContentDeploymentSourceErrorType
Dim instance As New ContentDeploymentSourceError(site, web, _
errorType)
public ContentDeploymentSourceError(
SPSite site,
SPWeb web,
ContentDeploymentSourceErrorType errorType
)
Parameters
site
Type: Microsoft.SharePoint.SPSiteSPSite object.
web
Type: Microsoft.SharePoint.SPWebSPWeb object.
errorType
Type: Microsoft.SharePoint.Publishing.Administration.ContentDeploymentSourceErrorTypeContentDeploymentSourceErrorType object.
See also
Reference
ContentDeploymentSourceError class
ContentDeploymentSourceError members