Share via


MountPoint.GetMountedFolderUrls method

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

Syntax

'Declaration
Public Shared Function GetMountedFolderUrls ( _
    context As ClientRuntimeContext, _
    list As List _
) As IEnumerable(Of String)
'Usage
Dim context As ClientRuntimeContext
Dim list As List
Dim returnValue As IEnumerable(Of String)

returnValue = MountPoint.GetMountedFolderUrls(context, _
    list)
public static IEnumerable<string> GetMountedFolderUrls(
    ClientRuntimeContext context,
    List list
)

Parameters

Return value

Type: System.Collections.Generic.IEnumerable<String>

See also

Reference

MountPoint class

MountPoint members

Microsoft.SharePoint.Client namespace