List.GetWebDavUrl method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetWebDavUrl ( _
sourceUrl As String _
) As ClientResult(Of String)
'Usage
Dim instance As List
Dim sourceUrl As String
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetWebDavUrl(sourceUrl)
public ClientResult<string> GetWebDavUrl(
string sourceUrl
)
Parameters
- sourceUrl
Type: System.String
Return value
Type: Microsoft.SharePoint.Client.ClientResult<String>