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.GuidIdentificateur global unique (guid) qui identifie l'objet en cours d'exportation.
objType
Type : Microsoft.SharePoint.Deployment.SPDeploymentObjectTypeType de l'objet en cours d'exportation de SharePoint.
parentObjId
Type : System.GuidIdentificateur global unique (guid) qui identifie l'objet parent de l'objet en cours d'exportation.
includeDescendants
Type : Microsoft.SharePoint.Deployment.SPIncludeDescendantsValeur d'énumération qui spécifie s'il faut inclure aucun descendant (0), tous les descendants (1), ou uniquement les descendants qui représentent les types de contenu (2).