SPUtility.GetSPListFromName method
Retrieves the SharePoint list that is associated with the provided information.
Overload list
Name | Description | |
---|---|---|
![]() ![]() |
GetSPListFromName(SPWeb, Guid, String, String, String) | Retrieves the specified SharePoint list without specifying the associated SPContext object. |
![]() ![]() |
GetSPListFromName(SPContext, SPWeb, Guid, String, String, String) | Retrieves the specified SharePoint list. |
Top