SPExportObject - Constructeur (Guid, SPDeploymentObjectType, Guid, Boolean)
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, _
excludeChildren As Boolean _
)
'Utilisation
Dim objId As Guid
Dim objType As SPDeploymentObjectType
Dim parentObjId As Guid
Dim excludeChildren As Boolean
Dim instance As New SPExportObject(objId, objType, _
parentObjId, excludeChildren)
public SPExportObject(
Guid objId,
SPDeploymentObjectType objType,
Guid parentObjId,
bool excludeChildren
)
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.
excludeChildren
Type : System.BooleanSpécifie s'il faut exclure les objets enfants de l'objet de l'exportation ; true si les enfants sont exclus. La valeur par défaut est false.