IList interface

Provides information about the list rendered by the ListView.

Properties

guid

List id.

serverRelativeUrl

List server relative url.

title

List title.

Property Details

guid

List id.

readonly guid: Guid;

Property Value

serverRelativeUrl

List server relative url.

readonly serverRelativeUrl: string;

Property Value

string

title

List title.

readonly title: string;

Property Value

string