Set-SPOBuiltInDesignPackageVisibility
Sets the visibility of the available built-in Design Packages at moment of site creation.
Syntax
Set-SPOBuiltInDesignPackageVisibility
[-IsVisible] <Boolean>
[-DesignPackage] <DesignPackageType>
[<CommonParameters>]
Description
Sets the visibility of the available built-in Design Packages. For more information, see Moving from Publishing sites to Communication sites
Examples
Example 1
Set-SPOBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false
This example sets the visibility of Showcase design package to false.
Parameters
-DesignPackage
Name of the design package, available names are
- Topic
- Showcase
- Blank
- TeamSite
Type: | DesignPackageType |
Accepted values: | None, Topic, Showcase, Blank, TeamSite |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-IsVisible
Determines if the design package is visible
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
System.Object