GroupCollection.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 Integer _
) As Group
'用途
Dim instance As GroupCollection
Dim id As Integer
Dim returnValue As Group
returnValue = instance.GetById(id)
public Group GetById(
int id
)
參數
id
類型:System.Int3232 位元的整數,指定成員識別碼。
傳回值
類型:Microsoft.SharePoint.Client.Group
代表群組的Group物件。
例外狀況
例外狀況 | 條件 |
---|---|
SPException | 找不到群組。錯誤碼 ︰-2130575246。 |
ArgumentException | 未知或不正確的群組集合類型為初始化。錯誤碼 ︰-2147024809。 |
UnauthorizedAccessException | 目前的使用者會有足夠的權限。錯誤碼 ︰-2147024891。 |