Share via


ContentDeploymentJob.ExportObjects property

Gets a collection of objects that is exported in the content deployment job.

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

Syntax

'Declaration
Public ReadOnly Property ExportObjects As Collection(Of SPExportObject)
    Get
'Usage
Dim instance As ContentDeploymentJob
Dim value As Collection(Of SPExportObject)

value = instance.ExportObjects
public Collection<SPExportObject> ExportObjects { get; }

Property value

Type: System.Collections.ObjectModel.Collection<SPExportObject>
The collection of objects that is exported in the content deployment job.

See also

Reference

ContentDeploymentJob class

ContentDeploymentJob members

Microsoft.SharePoint.Publishing.Administration namespace