Table of Contents

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

string

Hidden

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

bool Hidden { get; }

Property Value

bool

ListId

Gets a value that identifies the changed list.

Guid ListId { get; }

Property Value

Guid

TemplateType

Gets a value that specifies the template type of the the changed list. SP REST property name: BaseTemplate

ListTemplateType TemplateType { get; }

Property Value

ListTemplateType

Title

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

string Title { get; }

Property Value

string

WebId

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

Guid WebId { get; }

Property Value

Guid

See Also