Get-SPOBuiltInDesignPackageVisibility
Gets the visibility of the available built-in Design Packages.
Syntax
Default (Default)
Get-SPOBuiltInDesignPackageVisibility
[-DesignPackage <DesignPackageType>]
[<CommonParameters>]
Description
Use this cmdlet to retrieve the current visibility state of each built-in design package.
Examples
Example 1
Get-SPOBuiltInDesignPackageVisibility -DesignPackage Showcase
This example retrieves the current visibility state of Showcase built-in design package.
Example 2
Get-SPOBuiltInDesignPackageVisibility
This example retrieves the current visibility state of each built-in design package.
Parameters
-DesignPackage
Name of the design package, available names are
- Topic
- Showcase
- Blank
- TeamSite
Parameter properties
Type: | Microsoft.SharePoint.Administration.DesignPackageType |
Default value: | None |
Accepted values: | None, Topic, Showcase, Blank, TeamSite |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.