ContentDeploymentConfiguration Class

Manages details about a content deployment job.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Publishing.Administration.ContentDeploymentConfiguration

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<GuidAttribute("DEA1378B-1B52-4a63-A7B9-07FDC5273A41")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class ContentDeploymentConfiguration _
    Inherits SPPersistedObject
'Usage
Dim instance As ContentDeploymentConfiguration
[GuidAttribute("DEA1378B-1B52-4a63-A7B9-07FDC5273A41")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class ContentDeploymentConfiguration : SPPersistedObject

Remarks

SharePoint Server creates a ContentDeploymentConfiguration object and uses the methods and properties in this class to determine whether a server is accepting incoming content deployment jobs, and to get or set the Web server that manages the export Web service for content deployment operations, timeout values, and security.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ContentDeploymentConfiguration Members

Microsoft.SharePoint.Publishing.Administration Namespace

AcceptIncomingJobs

ExportWebServer

ImportWebServer

GetInstance

Update