Search Results for

    Show / Hide Table of Contents

    Class BatchRequest

    Defines a request in a Batch

    Inheritance
    System.Object
    BatchRequest
    Namespace: PnP.Core.Services
    Assembly: PnP.Core.dll
    Syntax
    public class BatchRequest : object

    Properties

    Id

    Id of the BatchRequest

    Declaration
    public Guid Id { get; }
    Property Value
    Guid

    ResponseHttpStatusCode

    Http response code for this request (only populated when the Batch was executed)

    Declaration
    public HttpStatusCode ResponseHttpStatusCode { get; }
    Property Value
    HttpStatusCode

    ResponseJson

    Json response for this request (only populated when the Batch was executed)

    Declaration
    public string ResponseJson { get; }
    Property Value
    System.String

    SPRequestGuid

    The value of the SPRequestGuid header of SharePoint also know as Correlation Id (only populated when the Batch was executed and the server send it)

    Declaration
    public string SPRequestGuid { get; }
    Property Value
    System.String

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer