Interface IChangeList
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Indicates a change to a IList object.
public interface IChangeList : IChange
- Inherited Members
Properties
Editor
A string that returns the name of the person who modified the list.
string Editor { get; }
Property Value
Hidden
Returns a Boolean value that indicates whether a list is a hidden list.
bool Hidden { get; }
Property Value
ListId
Gets a value that identifies the changed list.
Guid ListId { get; }
Property Value
TemplateType
Gets a value that specifies the template type of the the changed list. SP REST property name: BaseTemplate
ListTemplateType TemplateType { get; }
Property Value
Title
Gets a value that specifies the title of the the changed list.
string Title { get; }
Property Value
WebId
Gets a value that identifies the web that contains the changed list.
Guid WebId { get; }