ContentDeploymentConfiguration class

Contains farm-level settings that are used by the Content Deployment feature.

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
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class ContentDeploymentConfiguration _
    Inherits SPPersistedObject
'Usage
Dim instance As ContentDeploymentConfiguration
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class ContentDeploymentConfiguration : SPPersistedObject

Remarks

A farm administrator can configure content deployment settings at the farm level. The ContentDeploymentConfiguration class is the backend object that encapsulates these settings. It includes properties that are configurable, such as a way to determine whether incoming content deployment jobs can be accepted, and what temporary folder should be used to store content deployment logs.

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