DocumentSharingManager.RemoveItemsFromSharedWithMeView - Méthode
Espace de noms : Microsoft.SharePoint.Client.Sharing
Assembly : Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Shared Function RemoveItemsFromSharedWithMeView ( _
context As ClientRuntimeContext, _
itemUrls As IList(Of String) _
) As IEnumerable(Of SharedWithMeViewItemRemovalResult)
'Utilisation
Dim context As ClientRuntimeContext
Dim itemUrls As IList(Of String)
Dim returnValue As IEnumerable(Of SharedWithMeViewItemRemovalResult)
returnValue = DocumentSharingManager.RemoveItemsFromSharedWithMeView(context, _
itemUrls)
public static IEnumerable<SharedWithMeViewItemRemovalResult> RemoveItemsFromSharedWithMeView(
ClientRuntimeContext context,
IList<string> itemUrls
)
Paramètres
- context
Type : Microsoft.SharePoint.Client.ClientRuntimeContext
- itemUrls
Type : System.Collections.Generic.IList<String>
Valeur renvoyée
Type : System.Collections.Generic.IEnumerable<SharedWithMeViewItemRemovalResult>