SPWebListInfo members

Represents a Web site or SPList. If this SPWebListInfo instance Type member is [Microsoft.SharePoint.SPObjectType.Web] (value = 0), then this ListId member is Empty.

The SPWebListInfo type exposes the following members.

Properties

  Name Description
Public property HasUniqueRoleAssignments Indicates whether the site has unique permissions or not.
Public property ListId A unique identifier for the parent List.
Public property Title Title of the SharePoint List or Web site.
Public property Type Indicates whether the parent object is a List or a Web site.
Public property Url URL of the parent object if this SPWebListInfo instance Type member is Web.
Public property WebId A unique identifier of the parent Web site if this SPWebListInfo instance Type member is Web.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPWebListInfo class

Microsoft.SharePoint namespace