SPMigratableSiteCollection.CopyTo-Methode
HINWEIS: Diese API ist veraltet.
Kopiert die Websitesammlungen in der Auflistung, das ein Array von SPSite -Objekten, beginnend bei einem angegebenen Arrayindex.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public Sub CopyTo ( _
array As SPSite(), _
arrayIndex As Integer _
)
'Usage
Dim instance As SPMigratableSiteCollection
Dim array As SPSite()
Dim arrayIndex As Integer
instance.CopyTo(array, arrayIndex)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public void CopyTo(
SPSite[] array,
int arrayIndex
)
Parameter
array
Typ: []Das Array von SPSite -Objekten, in der Auflistung kopiert werden soll.
arrayIndex
Typ: System.Int32Eine 32-Bit-Ganzzahl, die Angabe des Array-Indexes, bei dem mit dem Kopieren der Auflistung.
Implementiert
ICollection<T>.CopyTo([], Int32)
Siehe auch
Referenz
SPMigratableSiteCollection Klasse