SPListCollection.GetList method
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