SPUtility.GetSPListFromName Method
Include Protected Members
Include Inherited Members
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