AccessRequests.ChangeRequestStatusBulk 方法
變更清單中的 [存取要求的狀態。
命名空間: 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 Shared Sub ChangeRequestStatusBulk ( _
context As ClientRuntimeContext, _
requestIds As IList(Of Integer), _
newStatus As Integer _
)
'用途
Dim context As ClientRuntimeContext
Dim requestIds As IList(Of Integer)
Dim newStatus As IntegerAccessRequests.ChangeRequestStatusBulk(context, _
requestIds, newStatus)
public static void ChangeRequestStatusBulk(
ClientRuntimeContext context,
IList<int> requestIds,
int newStatus
)
參數
context
類型:Microsoft.SharePoint.Client.ClientRuntimeContext執行階段內容。
requestIds
類型:System.Collections.Generic.IList<Int32>存取要求的識別碼。
newStatus
類型:System.Int32新增所需要求的狀態。
備註
您必須能夠修改要求存取權限的網站擁有人] 群組中。