SPListCollection.GetList Method
Include Protected Members
Include Inherited Members
Returns the specified list from the collection.
Overload List
Name | Description | |
---|---|---|
GetList(Guid, Boolean) | Returns the list with the specified GUID from the collection. | |
GetList(Guid, Boolean, Boolean) | Returns the list with the specified GUID from the collection, including metadata for views and forms, and security data. | |
GetList(Guid, Boolean, Boolean, Boolean) | Returns the list with the specified GUID from the collection, including metadata for views and forms, security data, and related fields. |
Top