DocumentSharingManager.RemoveItemsFromSharedWithMeViewByPath 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> 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
- context
- ClientRuntimeContext
- itemPaths
- IList<ResourcePath>
Returns
- Attributes