_sListMetadata Members
Include Protected Members
Include Inherited Members
Specifies metadata information about the list.
The _sListMetadata 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 non-authenticated users can access the list. | |
AnonymousViewListItems | A Boolean variable indicating if non-authenticated users can view list items. | |
Author | A string specifying the full name of the user who created the list. | |
BaseTemplate | A string specifying the name of the base template (the end-user look-and-feel) of the list. | |
BaseType | A string specifying the name of 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 representing the description of the metadata list. | |
InheritedSecurity | A Boolean variable indicating if the list inherits security from its parent site. | |
LastModified | Time of last modification in UTC format. | |
LastModifiedForceRecrawl | Not used. | |
Permissions | A string representing the permissions to the list. | |
ReadSecurity | An integer specifying the read security setting. | |
Title | A string representing the title of the list. | |
ValidSecurityInfo | A Boolean variable indicating whether the requestor has right to view permissions. |
Top