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
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- itemPaths
Type: System.Collections.Generic.IList<ResourcePath>
Return value
Type: System.Collections.Generic.IEnumerable<SharedWithMeViewItemRemovalResult>