RecordSeries.ListUrl Method
NOTE: This API is now obsolete.
Gets the list URL for the specified SPWeb.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")> _
Public Shared Function ListUrl ( _
web As SPWeb _
) As String
'Usage
Dim web As SPWeb
Dim returnValue As String
returnValue = RecordSeries.ListUrl(web)
[ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")]
public static string ListUrl(
SPWeb web
)
Parameters
web
Type: Microsoft.SharePoint.SPWebThe specified SPWeb.
Return Value
Type: System.String
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace