Compartilhar via


SPExportObject class

Fornece informações sobre objetos específicos selecionados para exportação e fornece métodos para direcionar como eles são exportados para o pacote de migração de conteúdo.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Deployment.SPDeploymentObject
    Microsoft.SharePoint.Deployment.SPExportObject

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPExportObject _
    Inherits SPDeploymentObject
'Uso
Dim instance As SPExportObject
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPExportObject : SPDeploymentObject

Comentários

Por padrão, o SPExportObject tem todas as suas dependências e seus objetos filho.

Você pode contrabalançar usa todas as suas dependências, definindo exportSetting.FollowDependencyLinks = = false.

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.

Ver também

Referência

SPExportObject members

Microsoft.SharePoint.Deployment namespace

SPExportObjectCollection

SPExportSettings