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