Share via


Set-SPOBuiltInDesignPackageVisibility

Sets the visibility of the available built-in Design Packages at moment of site creation.

Syntax

Default (Default)

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

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:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-IsVisible

Determines if the design package is visible

Parameter properties

Type:System.Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
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.

Inputs

None

Outputs

System.Object