DocumentSharingManager.RemoveItemsFromSharedWithMeView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- context
- ClientRuntimeContext
Returns
- Attributes