Search Results for

    Show / Hide Table of Contents

    Interface IChange

    Base interface for a description of a change to an object.

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IChange

    Properties

    ChangeToken

    Gets a value that specifies a change token that identifies the changed object.

    Declaration
    IChangeToken ChangeToken { get; }
    Property Value
    IChangeToken

    ChangeType

    Gets a value that specifies the type of the change that has been made to the object.

    Declaration
    ChangeType ChangeType { get; }
    Property Value
    ChangeType

    SiteId

    Gets a value that identifies the site that contains the changed object.

    Declaration
    Guid SiteId { get; }
    Property Value
    Guid

    Time

    Gets a value that specifies the time that the object was modified.

    Declaration
    DateTime Time { get; }
    Property Value
    DateTime

    Methods

    IsPropertyAvailable<TModel>(Expression<Func<TModel, Object>>)

    Checks if a property was loaded or not

    Declaration
    bool IsPropertyAvailable<TModel>(Expression<Func<TModel, object>> expression)
    Parameters
    Expression<Func<TModel, System.Object>> expression

    An expression defining the property to check (e.g. p => p.Property)

    Returns
    System.Boolean

    Type Parameters
    TModel

    The entity derived from IChange that you're checking the property for

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