Web.DeleteAnonymousLinkForObject - Méthode (ClientRuntimeContext, String, Boolean, Boolean)
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Shared Sub DeleteAnonymousLinkForObject ( _
context As ClientRuntimeContext, _
url As String, _
isEditLink As Boolean, _
removeAssociatedSharingLinkGroup As Boolean _
)
'Utilisation
Dim context As ClientRuntimeContext
Dim url As String
Dim isEditLink As Boolean
Dim removeAssociatedSharingLinkGroup As BooleanWeb.DeleteAnonymousLinkForObject(context, _
url, isEditLink, removeAssociatedSharingLinkGroup)
public static void DeleteAnonymousLinkForObject(
ClientRuntimeContext context,
string url,
bool isEditLink,
bool removeAssociatedSharingLinkGroup
)
Paramètres
- context
Type : Microsoft.SharePoint.Client.ClientRuntimeContext
- url
Type : System.String
- isEditLink
Type : System.Boolean
- removeAssociatedSharingLinkGroup
Type : System.Boolean