SPLimitedWebPartManager.MoveWebPart - Méthode
Se déplace d'un composant WebPart à partir d'une Zone de composants WebPart à un autre, ou peut être utilisé pour modifier l'ordre relatif d'un composant WebPart dans une Zone.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub MoveWebPart ( _
webPart As WebPart, _
zoneID As String, _
zoneIndex As Integer _
)
'Utilisation
Dim instance As SPLimitedWebPartManager
Dim webPart As WebPart
Dim zoneID As String
Dim zoneIndex As Integer
instance.MoveWebPart(webPart, zoneID, _
zoneIndex)
public void MoveWebPart(
WebPart webPart,
string zoneID,
int zoneIndex
)
Paramètres
- webPart
Type : System.Web.UI.WebControls.WebParts.WebPart
- zoneID
Type : System.String
- zoneIndex
Type : System.Int32
Voir aussi
Référence
SPLimitedWebPartManager classe