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
type
Type : Microsoft.SharePoint.Deployment.SPDeploymentObjectTypeSPDeploymentObjectType de l'objet d'importation.
sourceUrl
Type : System.StringL'URL de chaîne de l'objet parent de l'objet spécifié dans la collection de sites source.
targetUrl
Type : System.StringL'URL de chaîne de l'objet parent de l'objet spécifié dans la collection du site cible.
sourceId
Type : System.GuidIdentificateur unique (GUID) de la collection de sites source.
tagetId
Type : System.GuidIdentificateur unique (GUID) de la collection du site cible.
Voir aussi
Référence
SPObjectImportedEventArgs classe