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
- decodedUrl
Type: System.String
Return value
Type: Microsoft.SharePoint.Client.ResourcePath