SPUtility.GetUrlFileName Method

Returns the filename part of the URL.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Shared Function GetUrlFileName ( _
    url As String _
) As String
'Usage
Dim url As String
Dim returnValue As String

returnValue = SPUtility.GetUrlFileName(url)
public static string GetUrlFileName(
    string url
)

Parameters

Return Value

Type: System.String
A string that contains the filename part of the URL.

Remarks

If the url parameter is https://server/web/list/folder/file.txt, the returned filename part is "file.txt".

See Also

Reference

SPUtility Class

SPUtility Members

Microsoft.SharePoint.Utilities Namespace