RelatedItemManager.AddSingleLinkToUrl - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Shared Sub AddSingleLinkToUrl ( _
context As ClientRuntimeContext, _
SourceListName As String, _
SourceItemID As Integer, _
TargetItemUrl As String, _
TryAddReverseLink As Boolean _
)
'Utilisation
Dim context As ClientRuntimeContext
Dim SourceListName As String
Dim SourceItemID As Integer
Dim TargetItemUrl As String
Dim TryAddReverseLink As BooleanRelatedItemManager.AddSingleLinkToUrl(context, _
SourceListName, SourceItemID, TargetItemUrl, _
TryAddReverseLink)
public static void AddSingleLinkToUrl(
ClientRuntimeContext context,
string SourceListName,
int SourceItemID,
string TargetItemUrl,
bool TryAddReverseLink
)
Paramètres
- context
Type : Microsoft.SharePoint.Client.ClientRuntimeContext
- SourceListName
Type : System.String
- SourceItemID
Type : System.Int32
- TargetItemUrl
Type : System.String
- TryAddReverseLink
Type : System.Boolean