AccessRequests.ChangeRequestStatusBulk Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public static void ChangeRequestStatusBulk (Microsoft.SharePoint.Client.ClientRuntimeContext context, System.Collections.Generic.IList<int> requestIds, int newStatus);
static member ChangeRequestStatusBulk : Microsoft.SharePoint.Client.ClientRuntimeContext * System.Collections.Generic.IList<int> * int -> unit
Public Shared Sub ChangeRequestStatusBulk (context As ClientRuntimeContext, requestIds As IList(Of Integer), newStatus As Integer)
Parameters
- context
- ClientRuntimeContext
- newStatus
- Int32
- Attributes