Partager via


SPObjectImportedEventArgs - Constructeur

Crée une nouvelle instance de la classe SPObjectImportedEventArgs qui inclut des informations de type et également les identificateurs source et cible et emplacements.

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

Syntaxe

'Déclaration
Public Sub New ( _
    type As SPDeploymentObjectType, _
    sourceUrl As String, _
    targetUrl As String, _
    sourceId As Guid, _
    tagetId As Guid _
)
'Utilisation
Dim type As SPDeploymentObjectType
Dim sourceUrl As String
Dim targetUrl As String
Dim sourceId As Guid
Dim tagetId As Guid

Dim instance As New SPObjectImportedEventArgs(type, sourceUrl, _
    targetUrl, sourceId, tagetId)
public SPObjectImportedEventArgs(
    SPDeploymentObjectType type,
    string sourceUrl,
    string targetUrl,
    Guid sourceId,
    Guid tagetId
)

Paramètres

  • sourceUrl
    Type : System.String

    L'URL de chaîne de l'objet parent de l'objet spécifié dans la collection de sites source.

  • targetUrl
    Type : System.String

    L'URL de chaîne de l'objet parent de l'objet spécifié dans la collection du site cible.

  • sourceId
    Type : System.Guid

    Identificateur unique (GUID) de la collection de sites source.

  • tagetId
    Type : System.Guid

    Identificateur unique (GUID) de la collection du site cible.

Voir aussi

Référence

SPObjectImportedEventArgs classe

SPObjectImportedEventArgs - Membres

Microsoft.SharePoint.Deployment - Espace de noms