BatchRequestContent.RemoveBatchRequestStepWithId(String) 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.
Removes a BatchRequestStep from batch request content for the specified id.
public bool RemoveBatchRequestStepWithId (string requestId);
member this.RemoveBatchRequestStepWithId : string -> bool
Public Function RemoveBatchRequestStepWithId (requestId As String) As Boolean
Parameters
- requestId
- String
A unique batch request id to remove.
Returns
True or false based on removal or not removal of a BatchRequestStep.