Share via


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

See also

Reference

ContentDeploymentSourceError class

ContentDeploymentSourceError members

ContentDeploymentSourceError overload

Microsoft.SharePoint.Publishing.Administration namespace