| 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/get-spobuiltindesignpackagevisibility |
| applicable | SharePoint Online |
| title | Get-SPOBuiltInDesignPackageVisibility |
| schema | 2.0.0 |
| author | techwriter40 |
| ms.author | pamgreen |
| ms.reviewer |
Gets the visibility of the available built-in Design Packages.
Get-SPOBuiltInDesignPackageVisibility [-DesignPackage <DesignPackageType>] [<CommonParameters>]
Use this cmdlet to retrieve the current visibility state of each built-in design package.
Get-SPOBuiltInDesignPackageVisibility -DesignPackage ShowcaseThis example retrieves the current visibility state of Showcase built-in design package.
Get-SPOBuiltInDesignPackageVisibilityThis example retrieves the current visibility state of each built-in design package.
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: False
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.