DocumentSharingManager.RemoveItemsFromSharedWithMeView Method

Definition

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

Parameters

itemUrls
IList<String>

Returns

Attributes

Applies to