Interface IChangeItem
Indicates a change to a IListItem object;
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IChangeItem : IChange
Indicates a change to a IListItem object;
public interface IChangeItem : IChange
Gets the change activity type
ChangeActivityType ActivityType { get; }
ChangeActivityType
|
Gets a value that identifies the content type ID of the the changed item.
IContentType ContentTypeId { get; }
IContentType
|
Gets a value that specifies the editor of the the changed item.
string Editor { get; }
System.String
|
Gets a value that specifies the email of the editor of the the changed item.
string EditorEmailHint { get; }
System.String
|
Gets a value that specifies the login name of the editor of the the changed item.
string EditorLoginName { get; }
System.String
|
Gets a value that specifies the file system object type of the the changed item.
FileSystemObjectType FileSystemObjectType { get; }
FileSystemObjectType
|
Gets a value that specifies the file type of the the changed item.
string FileType { get; }
System.String
|
Gets a value that specifies the hash tag of the the changed item.
string Hashtag { get; }
System.String
|
Returns a Boolean value that indicates whether the parent list is a hidden list.
bool Hidden { get; }
System.Boolean
|
Gets a value that identifies the changed item.
int ItemId { get; }
System.Int32
|
Gets a value that identifies the list that contains the changed file.
Guid ListId { get; }
Guid
|
Gets a value that specifies the title of the list that contains the changed item.
string ListTitle { get; }
System.String
|
Indicates that this is a move which is part of a recycle operation.
bool MoveWasForRecycle { get; }
System.Boolean
|
Indicates that this is a move which is part of a restore from recycle bin operation.
bool MoveWasForRestore { get; }
System.Boolean
|
Gets a value that specifies the server relative URL of the changed item.
string ServerRelativeUrl { get; }
System.String
|
Gets a value that specifies the template type of the list that contains the changed item.
ListTemplateType TemplateType { get; }
ListTemplateType
|
Gets a value that specifies the title of the changed item.
string Title { get; }
System.String
|
Gets a value that uniquely identifies the changed item.
Guid UniqueId { get; }
Guid
|
Gets a value that identifies the web that contains the changed file.
Guid WebId { get; }
Guid
|