SPWebListInfo Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
HasUniqueRoleAssignments | Indicates whether the site has unique permissions or not. | |
ListId | A unique identifier for the parent List. | |
Title | Title of the SharePoint List or Web site. | |
Type | Indicates whether the parent object is a List or a Web site. | |
Url | URL of the parent object if this SPWebListInfo instance Type member is Web. | |
WebId | A unique identifier of the parent Web site if this SPWebListInfo instance Type member is Web. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top