Share via


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

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.

See Also

Reference

MyLinksRibbon Class

MyLinksRibbon Members

Microsoft.Office.Server.WebControls Namespace