List.DeleteObject 方法

Deletes the list.

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Sub DeleteObject
用法
Dim instance As List

instance.DeleteObject()
public void DeleteObject()

异常

异常 条件
[Microsoft.SharePoint.SPException]

List does not exist. Error code: -2147024893. Recycle Bin is disabled. Error code: -2147024846. List cannot be deleted. Error code: -2147016498. List cannot be deleted. Error code: -2130575299.List cannot be deleted because one or more related lists have a relationship behavior constraint that prevents the operation. Error code: -2130575157.

[System.UnauthorizedAccessException]

The current user has insufficient permissions. Error code: -2147024891.

另请参阅

引用

List 类

List 成员

Microsoft.SharePoint.Client 命名空间