Search Results for

    Show / Hide Table of Contents

    Interface IChangeItem

    Indicates a change to a IListItem object;

    Inherited Members
    IChange.ChangeToken
    IChange.ChangeType
    IChange.SiteId
    IChange.Time
    IChange.IsPropertyAvailable<TModel>(Expression<Func<TModel, Object>>)
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IChangeItem : IChange

    Properties

    ActivityType

    Gets the change activity type

    Declaration
    ChangeActivityType ActivityType { get; }
    Property Value
    ChangeActivityType

    ContentTypeId

    Gets a value that identifies the content type ID of the the changed item.

    Declaration
    IContentType ContentTypeId { get; }
    Property Value
    IContentType

    Editor

    Gets a value that specifies the editor of the the changed item.

    Declaration
    string Editor { get; }
    Property Value
    System.String

    EditorEmailHint

    Gets a value that specifies the email of the editor of the the changed item.

    Declaration
    string EditorEmailHint { get; }
    Property Value
    System.String

    EditorLoginName

    Gets a value that specifies the login name of the editor of the the changed item.

    Declaration
    string EditorLoginName { get; }
    Property Value
    System.String

    FileSystemObjectType

    Gets a value that specifies the file system object type of the the changed item.

    Declaration
    FileSystemObjectType FileSystemObjectType { get; }
    Property Value
    FileSystemObjectType

    FileType

    Gets a value that specifies the file type of the the changed item.

    Declaration
    string FileType { get; }
    Property Value
    System.String

    Hashtag

    Gets a value that specifies the hash tag of the the changed item.

    Declaration
    string Hashtag { get; }
    Property Value
    System.String

    Hidden

    Returns a Boolean value that indicates whether the parent list is a hidden list.

    Declaration
    bool Hidden { get; }
    Property Value
    System.Boolean

    ItemId

    Gets a value that identifies the changed item.

    Declaration
    int ItemId { get; }
    Property Value
    System.Int32

    ListId

    Gets a value that identifies the list that contains the changed file.

    Declaration
    Guid ListId { get; }
    Property Value
    Guid

    ListTitle

    Gets a value that specifies the title of the list that contains the changed item.

    Declaration
    string ListTitle { get; }
    Property Value
    System.String

    MoveWasForRecycle

    Indicates that this is a move which is part of a recycle operation.

    Declaration
    bool MoveWasForRecycle { get; }
    Property Value
    System.Boolean

    MoveWasForRestore

    Indicates that this is a move which is part of a restore from recycle bin operation.

    Declaration
    bool MoveWasForRestore { get; }
    Property Value
    System.Boolean

    ServerRelativeUrl

    Gets a value that specifies the server relative URL of the changed item.

    Declaration
    string ServerRelativeUrl { get; }
    Property Value
    System.String

    TemplateType

    Gets a value that specifies the template type of the list that contains the changed item.

    Declaration
    ListTemplateType TemplateType { get; }
    Property Value
    ListTemplateType

    Title

    Gets a value that specifies the title of the changed item.

    Declaration
    string Title { get; }
    Property Value
    System.String

    UniqueId

    Gets a value that uniquely identifies the changed item.

    Declaration
    Guid UniqueId { get; }
    Property Value
    Guid

    WebId

    Gets a value that identifies the web that contains the changed file.

    Declaration
    Guid WebId { get; }
    Property Value
    Guid

    See Also

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