Share via


DocumentSharingManager.RemoveItemsFromSharedWithMeViewByPath Method

Definition

[Microsoft.SharePoint.Client.Remote]
public static System.Collections.Generic.IEnumerable<Microsoft.SharePoint.Client.Sharing.SharedWithMeViewItemRemovalResult> RemoveItemsFromSharedWithMeViewByPath (Microsoft.SharePoint.Client.ClientRuntimeContext context, System.Collections.Generic.IList<Microsoft.SharePoint.Client.ResourcePath> itemPaths);
static member RemoveItemsFromSharedWithMeViewByPath : Microsoft.SharePoint.Client.ClientRuntimeContext * System.Collections.Generic.IList<Microsoft.SharePoint.Client.ResourcePath> -> seq<Microsoft.SharePoint.Client.Sharing.SharedWithMeViewItemRemovalResult>
Public Shared Function RemoveItemsFromSharedWithMeViewByPath (context As ClientRuntimeContext, itemPaths As IList(Of ResourcePath)) As IEnumerable(Of SharedWithMeViewItemRemovalResult)

Parameters

itemPaths
IList<ResourcePath>

Returns

Attributes

Applies to