ResourcePath.FromDecodedUrl method

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Shared Function FromDecodedUrl ( _
    decodedUrl As String _
) As ResourcePath
'Usage
Dim decodedUrl As String
Dim returnValue As ResourcePath

returnValue = ResourcePath.FromDecodedUrl(decodedUrl)
public static ResourcePath FromDecodedUrl(
    string decodedUrl
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ResourcePath

See also

Reference

ResourcePath class

ResourcePath members

Microsoft.SharePoint.Client namespace