external help file | applicable | schema |
---|---|---|
SharePoint Server 2013, SharePoint Server 2016, SharePoint Online |
2.0.0 |
Enables the App SideLoading Feature on a site
Set-PnPAppSideLoading -On [<SwitchParameter>]
[-Connection <SPOnlineConnection>]
Set-PnPAppSideLoading -Off [<SwitchParameter>]
[-Connection <SPOnlineConnection>]
PS:> Set-PnPAppSideLoading -On
This will turn on App side loading
PS:> Set-PnPAppSideLoading -Off
This will turn off App side loading
Type: SwitchParameter
Parameter Sets: Off
Required: True
Position: Named
Accept pipeline input: False
Type: SwitchParameter
Parameter Sets: On
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