Search Results for

    Show / Hide Table of Contents

    Interface IDataModelCollectionDeleteByStringId

    When implemented it provides a DeleteById method on the collection

    Namespace: PnP.Core.Model
    Assembly: PnP.Core.dll
    Syntax
    public interface IDataModelCollectionDeleteByStringId

    Methods

    DeleteById(String)

    Delete an item from the collection via it's id

    Declaration
    void DeleteById(string id)
    Parameters
    System.String id

    Id of the item to delete

    DeleteByIdAsync(String)

    Delete an item from the collection via it's id

    Declaration
    Task DeleteByIdAsync(string id)
    Parameters
    System.String id

    Id of the item to delete

    Returns
    Task

    DeleteByIdBatch(Batch, String)

    Delete an item from the collection via it's id

    Declaration
    void DeleteByIdBatch(Batch batch, string id)
    Parameters
    Batch batch

    Batch to add the request to

    System.String id

    Id of the item to delete

    DeleteByIdBatch(String)

    Delete an item from the collection via it's id

    Declaration
    void DeleteByIdBatch(string id)
    Parameters
    System.String id

    Id of the item to delete

    DeleteByIdBatchAsync(Batch, String)

    Delete an item from the collection via it's id

    Declaration
    Task DeleteByIdBatchAsync(Batch batch, string id)
    Parameters
    Batch batch

    Batch to add the request to

    System.String id

    Id of the item to delete

    Returns
    Task

    DeleteByIdBatchAsync(String)

    Delete an item from the collection via it's id

    Declaration
    Task DeleteByIdBatchAsync(string id)
    Parameters
    System.String id

    Id of the item to delete

    Returns
    Task

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