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; }
System.String
|
Returns a Boolean value that indicates whether a list is a hidden list.
bool Hidden { get; }
System.Boolean
|
Gets a value that identifies the changed list.
Guid ListId { get; }
Guid
|
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; }
System.String
|
Gets a value that identifies the web that contains the changed list.
Guid WebId { get; }
Guid
|