_sList Members
Include Protected Members
Include Inherited Members
Contains information about a list.
The _sList type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
AllowAnonymousAccess | A Boolean variable indicating whether or not to allow anonymous access. Its value is True if non-authenticated users can view list items. | |
AnonymousViewListItems | A Boolean variable indicating whether non-authenticated users can view list items. | |
BaseTemplate | A string that specifies the name of the base template (end user look and feel) of the list. | |
BaseType | A string representing the base type of the list. | |
DefaultViewUrl | A string specifying the server-relative URL of the page containing the default view for the list. | |
Description | A string specifying the description of the list. | |
InheritedSecurity | A Boolean variable that specifies whether this list inherits security from its parent site. | |
InternalName | A string specifying the Guid of the list. This GUID must be enclosed in curly braces ({}). | |
LastModified | A string specifying the UTC date and time when last modified. | |
PermId | Not used. | |
ReadSecurity | Specifies read security setting. | |
Title | A string specifying the title of the list. |
Top