ListCollection.GetById 方法
傳回具有指定清單識別碼的清單。
命名空間: 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 Function GetById ( _
id As Guid _
) As List
'用途
Dim instance As ListCollection
Dim id As Guid
Dim returnValue As List
returnValue = instance.GetById(id)
public List GetById(
Guid id
)
參數
id
類型:System.Guid指定清單的識別碼。
傳回值
類型:Microsoft.SharePoint.Client.List
傳回代表指定的清單識別碼清單List執行個體。
例外狀況
例外狀況 | 條件 |
---|---|
[Microsoft.SharePoint.SPException] | 清單不存在。錯誤碼 ︰-2130246262。 |
[System.UnauthorizedAccessException] | 目前的使用者會有足夠的權限。錯誤碼:-2147024891。 |