external help file | applicable | schema |
---|---|---|
SharePoint Online |
2.0.0 |
Moves a Client-Side Component to a different section/column
Move-PnPClientSideComponent -Section <Int>
-InstanceId <GuidPipeBind>
-Page <ClientSidePagePipeBind>
[-Position <Int>]
[-Web <WebPipeBind>]
[-Connection <SPOnlineConnection>]
Move-PnPClientSideComponent -Column <Int>
-InstanceId <GuidPipeBind>
-Page <ClientSidePagePipeBind>
[-Position <Int>]
[-Web <WebPipeBind>]
[-Connection <SPOnlineConnection>]
Move-PnPClientSideComponent -Position <Int>
-InstanceId <GuidPipeBind>
-Page <ClientSidePagePipeBind>
[-Web <WebPipeBind>]
[-Connection <SPOnlineConnection>]
Move-PnPClientSideComponent -Section <Int>
-Column <Int>
-InstanceId <GuidPipeBind>
-Page <ClientSidePagePipeBind>
[-Position <Int>]
[-Web <WebPipeBind>]
[-Connection <SPOnlineConnection>]
Moves a Client-Side Component to a different location on the page. Notice that the sections and or columns need to be present before moving the component.
PS:> Move-PnPClientSideComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1
Moves the specified component to the first section of the page.
PS:> Move-PnPClientSideComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2
Moves the specified component to the second column of the current section.
PS:> Move-PnPClientSideComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2
Moves the specified component to the first section of the page into the second column.
PS:> Move-PnPClientSideComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2
Moves the specified component to the first section of the page into the second column and sets the column to position 2 in the list of webparts.
The column to move the webpart to
Type: Int
Parameter Sets: Move to other column
Required: True
Position: Named
Accept pipeline input: False
The instance id of the control. Use Get-PnPClientSideControl retrieve the instance ids.
Type: GuidPipeBind
Parameter Sets: (All)
Required: True
Position: Named
Accept pipeline input: True
The name of the page
Type: ClientSidePagePipeBind
Parameter Sets: (All)
Required: True
Position: 0
Accept pipeline input: True
Change to order of the webpart in the column
Type: Int
Parameter Sets: Move to other column
Required: False
Position: Named
Accept pipeline input: False
The section to move the webpart to
Type: Int
Parameter Sets: Move to other section
Required: True
Position: Named
Accept pipeline input: False
Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: SPOnlineConnection
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
This parameter allows you to optionally apply the cmdlet action to a subweb within the current web. In most situations this parameter is not required and you can connect to the subweb using Connect-PnPOnline instead. Specify the GUID, server relative url (i.e. /sites/team1) or web instance of the web to apply the command to. Omit this parameter to use the current web.
Type: WebPipeBind
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False