Remove-SPOListDesign
删除列表设计。 它不再显示在用于创建新列表的 UI 中。
语法
Default (默认值)
Remove-SPOListDesign
[-Identity] <SPOListDesignPipeBind>
[<CommonParameters>]
说明
删除列表设计。 它不再显示在用于创建新列表的 UI 中。
示例
示例 1
PS > Remove-SPOListDesign -Identity 44252d09-62c4-4913-9eb0-a2a8b8d7f863
此示例演示如何删除列表设计。
参数
-Identity
要删除的列表设计的 ID。
参数属性
| 类型: | Microsoft.Online.SharePoint.PowerShell.SPOListDesignPipeBind |
| 默认值: | None |
| 支持通配符: | False |
| 不显示: | False |
参数集
(All)
| Position: | 0 |
| 必需: | True |
| 来自管道的值: | True |
| 来自管道的值(按属性名称): | False |
| 来自剩余参数的值: | False |
CommonParameters
此 cmdlet 支持通用参数:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 有关详细信息,请参阅 about_CommonParameters。