Get-SPOListDesign
Gets details about list designs that are on the SharePoint tenant. You can specify an ID of a specific list design to retrieve. If there are no parameters listed, details about all list designs are listed.
構文
Default (既定)
Get-SPOListDesign
[[-Identity] <SPOListDesignPipeBind>]
[<CommonParameters>]
説明
Gets details about list designs that are on the SharePoint tenant. You can specify an ID of a specific list design to retrieve. If there are no parameters listed, details about all list designs are listed.
例
Example 1
Get-SPOListDesign -Identity 44252d09-62c4-4913-9eb0-a2a8b8d7f863
Id: 44252d09-62c4-4913-9eb0-a2a8b8d7f863
Title: Contoso customer tracking
SiteScriptIds: {1306913c-8463-42ca-bd63-efad0fcdbba4}
Description: Tracks key customer data in a list
ListColor: Orange
ListIcon: BullseyeTarget
This example and sample response show how to get list design details.
パラメーター
-Identity
The ID of the list design to retrieve.
パラメーターのプロパティ
型: | Microsoft.Online.SharePoint.PowerShell.SPOListDesignPipeBind |
規定値: | None |
ワイルドカードのサポート: | False |
DontShow: | False |
パラメーター セット
(All)
配置: | 0 |
必須: | False |
パイプラインからの値: | True |
プロパティ名別のパイプラインからの値: | False |
残りの引数からの値: | 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.