Search Results for

    Show / Hide Table of Contents

    Interface IListSubscription

    Defines a structure for a webhook subscription

    Inherited Members
    IDataModel<IListSubscription>.Requested
    IDataModel<IListSubscription>.HasValue(String)
    IDataModel<IListSubscription>.HasChanged(String)
    IDataModel<IListSubscription>.IsPropertyAvailable(Expression<Func<IListSubscription, Object>>)
    IDataModel<IListSubscription>.ArePropertiesAvailable(Expression<Func<IListSubscription, Object>>[])
    IDataModel<IListSubscription>.EnsureProperties(Expression<Func<IListSubscription, Object>>[])
    IDataModel<IListSubscription>.EnsurePropertiesAsync(Expression<Func<IListSubscription, Object>>[])
    IDataModel<IListSubscription>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IListSubscription>.ExecuteRequest(ApiRequest)
    IDataModel<IListSubscription>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IListSubscription>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IListSubscription>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IListSubscription>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    IDataModelGet<IListSubscription>.GetBatchAsync(Batch, Expression<Func<IListSubscription, Object>>[])
    IDataModelGet<IListSubscription>.GetAsync(Expression<Func<IListSubscription, Object>>[])
    IDataModelLoad<IListSubscription>.LoadBatchAsync(Batch, Expression<Func<IListSubscription, Object>>[])
    IDataModelLoad<IListSubscription>.LoadAsync(Expression<Func<IListSubscription, Object>>[])
    IDataModelUpdate.UpdateBatchAsync()
    IDataModelUpdate.UpdateBatchAsync(Batch)
    IDataModelUpdate.UpdateAsync()
    IDataModelUpdate.UpdateBatch()
    IDataModelUpdate.UpdateBatch(Batch)
    IDataModelUpdate.Update()
    IDataModelDelete.DeleteBatchAsync()
    IDataModelDelete.DeleteBatchAsync(Batch)
    IDataModelDelete.DeleteAsync()
    IDataModelDelete.DeleteBatch()
    IDataModelDelete.DeleteBatch(Batch)
    IDataModelDelete.Delete()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IListSubscription : IDataModel<IListSubscription>, IDataModelParent, IDataModelWithContext, ISupportModules<IListSubscription>, IDataModelGet<IListSubscription>, IDataModelLoad<IListSubscription>, IDataModelUpdate, IDataModelDelete, IQueryableDataModel

    Properties

    ClientState

    A string, which represents client information. You can use this for validating notifications, tagging different subscriptions, or other reasons.

    Declaration
    string ClientState { get; set; }
    Property Value
    System.String

    ExpirationDateTime

    Expiration date for the webhook

    Declaration
    DateTime ExpirationDateTime { get; set; }
    Property Value
    DateTime

    Id

    Subscription unique Id

    Declaration
    Guid Id { get; set; }
    Property Value
    Guid

    NotificationUrl

    A url, where the notification request will be sent

    Declaration
    string NotificationUrl { get; set; }
    Property Value
    System.String

    Resource

    Resource identifier, usually a list id

    Declaration
    string Resource { get; set; }
    Property Value
    System.String

    Extension Methods

    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.Get<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.Load<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.QueryProperties<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer