Skip to content

Latest commit

 

History

History
83 lines (57 loc) · 1.88 KB

File metadata and controls

83 lines (57 loc) · 1.88 KB
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

Get-SPOBuiltInDesignPackageVisibility

SYNOPSIS

Gets the visibility of the available built-in Design Packages.

SYNTAX

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
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: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS