| external help file | Microsoft.Online.SharePoint.PowerShell.dll-Help.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/set-spobuiltindesignpackagevisibility |
| applicable | SharePoint Online |
| title | Set-SPOBuiltInDesignPackageVisibility |
| schema | 2.0.0 |
| author | samkabue |
| ms.author | speedta |
| ms.reviewer |
Sets the visibility of the available built-in Design Packages at moment of site creation.
Set-SPOBuiltInDesignPackageVisibility -IsVisible <Boolean> -DesignPackage <DesignPackageType>
[<CommonParameters>]
Sets the visibility of the available built-in Design Packages. For more information, see Moving from Publishing sites to Communication sites
Set-SPOBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$falseThis example sets the visibility of Showcase design package to false.
Name of the design package, available names are
- Topic
- Showcase
- Blank
- TeamSite
Type: Microsoft.SharePoint.Administration.DesignPackageType
Parameter Sets: (All)
Aliases:
Accepted values: None, Topic, Showcase, Blank, TeamSite
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseDetermines if the design package is visible
Type: System.Boolean
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.