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