Table of Contents

Interface IChangeItem

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Indicates a change to a IListItem object;

public interface IChangeItem : IChange
Inherited Members

Properties

ActivityType

Gets the change activity type

ChangeActivityType ActivityType { get; }

Property Value

ChangeActivityType

ContentTypeId

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

IContentType ContentTypeId { get; }

Property Value

IContentType

Editor

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

string Editor { get; }

Property Value

string

EditorEmailHint

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

string EditorEmailHint { get; }

Property Value

string

EditorLoginName

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

string EditorLoginName { get; }

Property Value

string

FileSystemObjectType

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

FileSystemObjectType FileSystemObjectType { get; }

Property Value

FileSystemObjectType

FileType

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

string FileType { get; }

Property Value

string

Hashtag

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

string Hashtag { get; }

Property Value

string

Hidden

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

bool Hidden { get; }

Property Value

bool

ItemId

Gets a value that identifies the changed item.

int ItemId { get; }

Property Value

int

ListId

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

Guid ListId { get; }

Property Value

Guid

ListTitle

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

string ListTitle { get; }

Property Value

string

MoveWasForRecycle

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

bool MoveWasForRecycle { get; }

Property Value

bool

MoveWasForRestore

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

bool MoveWasForRestore { get; }

Property Value

bool

ServerRelativeUrl

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

string ServerRelativeUrl { get; }

Property Value

string

TemplateType

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

ListTemplateType TemplateType { get; }

Property Value

ListTemplateType

Title

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

string Title { get; }

Property Value

string

UniqueId

Gets a value that uniquely identifies the changed item.

Guid UniqueId { get; }

Property Value

Guid

WebId

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

Guid WebId { get; }

Property Value

Guid

See Also