Get-PnPListDesign
SYNOPSIS
Required Permissions
- SharePoint: Access to the SharePoint Tenant Administration site
Retrieve List Designs that have been registered on the current tenant.
SYNTAX
Get-PnPListDesign [[-Identity] <TenantListDesignPipeBind>] [-Connection <PnPConnection>]
DESCRIPTION
Retrieve List Designs that have been registered on the current tenant. When providing a name with -Identity, it returns all list designs with that name.
EXAMPLES
EXAMPLE 1
Get-PnPListDesign
Returns all registered list designs
EXAMPLE 2
Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd
Returns a specific registered list design by id
EXAMPLE 3
Get-PnPListDesign -Identity ListEvent
Returns a specific registered list design by name
PARAMETERS
-Identity
If specified, it will retrieve the specified list design
Type: TenantListDesignPipeBind
Parameter Sets: (All)
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-Connection
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: PnPConnection
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False