Search Results for

    Show / Hide Table of Contents

    Interface IDataModelCollectionDeleteByGuidId

    When implemented it provides a DeleteById method on the collection

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

    Methods

    DeleteById(Guid)

    Delete an item from the collection via it's id

    Declaration
    void DeleteById(Guid id)
    Parameters
    Guid id

    Id of the item to delete

    DeleteByIdAsync(Guid)

    Delete an item from the collection via it's id

    Declaration
    Task DeleteByIdAsync(Guid id)
    Parameters
    Guid id

    Id of the item to delete

    Returns
    Task

    DeleteByIdBatch(Guid)

    Delete an item from the collection via it's id

    Declaration
    void DeleteByIdBatch(Guid id)
    Parameters
    Guid id

    Id of the item to delete

    DeleteByIdBatch(Batch, Guid)

    Delete an item from the collection via it's id

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

    Batch to add the request to

    Guid id

    Id of the item to delete

    DeleteByIdBatchAsync(Guid)

    Delete an item from the collection via it's id

    Declaration
    Task DeleteByIdBatchAsync(Guid id)
    Parameters
    Guid id

    Id of the item to delete

    Returns
    Task

    DeleteByIdBatchAsync(Batch, Guid)

    Delete an item from the collection via it's id

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

    Batch to add the request to

    Guid id

    Id of the item to delete

    Returns
    Task

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