Partager via


SPExportObject - Constructeur (Guid, SPDeploymentObjectType, Guid, SPIncludeDescendants)

Instancie une nouvelle instance de la classe SPExportObject qui fournit l'objet et son objet parent des identificateurs ob, fournit le type d'objet et spécifie s'il faut exclure les objets enfants.

Espace de noms :  Microsoft.SharePoint.Deployment
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    objId As Guid, _
    objType As SPDeploymentObjectType, _
    parentObjId As Guid, _
    includeDescendants As SPIncludeDescendants _
)
'Utilisation
Dim objId As Guid
Dim objType As SPDeploymentObjectType
Dim parentObjId As Guid
Dim includeDescendants As SPIncludeDescendants

Dim instance As New SPExportObject(objId, objType, _
    parentObjId, includeDescendants)
public SPExportObject(
    Guid objId,
    SPDeploymentObjectType objType,
    Guid parentObjId,
    SPIncludeDescendants includeDescendants
)

Paramètres

  • objId
    Type : System.Guid

    Identificateur global unique (guid) qui identifie l'objet en cours d'exportation.

  • parentObjId
    Type : System.Guid

    Identificateur global unique (guid) qui identifie l'objet parent de l'objet en cours d'exportation.

Voir aussi

Référence

SPExportObject classe

SPExportObject - Membres

SPExportObject - Surcharge

Microsoft.SharePoint.Deployment - Espace de noms