MyLinksRibbon.GetFullListUrl method
This member is reserved for internal use and is not intended to be used directly from your code. Returns the full URL of the specified SPList object.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Protected Shared Function GetFullListUrl ( _
list As SPList _
) As String
'Usage
Dim list As SPList
Dim returnValue As String
returnValue = MyLinksRibbon.GetFullListUrl(list)
protected static string GetFullListUrl(
SPList list
)
Parameters
list
Type: Microsoft.SharePoint.SPListThe SPList object that represents the specified list whose full URL will be returned.
Return value
Type: System.String
The String object that represents the full URL of the specified SPList object.
Remarks
This method returns the full URL of the specified SPList object based on the URL of its parent web and the URL of its root folder.