RelatedItemManager.AddSingleLinkToUrl method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Shared Sub AddSingleLinkToUrl ( _
context As ClientRuntimeContext, _
SourceListName As String, _
SourceItemID As Integer, _
TargetItemUrl As String, _
TryAddReverseLink As Boolean _
)
'Usage
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
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- SourceListName
Type: System.String
- SourceItemID
Type: System.Int32
- TargetItemUrl
Type: System.String
- TryAddReverseLink
Type: System.Boolean