Share via


DocumentSharingManager.RemoveItemsFromSharedWithMeViewByPath method

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

Syntax

'Declaration
Public Shared Function RemoveItemsFromSharedWithMeViewByPath ( _
    context As ClientRuntimeContext, _
    itemPaths As IList(Of ResourcePath) _
) As IEnumerable(Of SharedWithMeViewItemRemovalResult)
'Usage
Dim context As ClientRuntimeContext
Dim itemPaths As IList(Of ResourcePath)
Dim returnValue As IEnumerable(Of SharedWithMeViewItemRemovalResult)

returnValue = DocumentSharingManager.RemoveItemsFromSharedWithMeViewByPath(context, _
    itemPaths)
public static IEnumerable<SharedWithMeViewItemRemovalResult> RemoveItemsFromSharedWithMeViewByPath(
    ClientRuntimeContext context,
    IList<ResourcePath> itemPaths
)

Parameters

Return value

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

See also

Reference

DocumentSharingManager class

DocumentSharingManager members

Microsoft.SharePoint.Client.Sharing namespace