RelatedItemManager.AddSingleLinkToUrl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public static void AddSingleLinkToUrl (Microsoft.SharePoint.Client.ClientRuntimeContext context, string SourceListName, int SourceItemID, string TargetItemUrl, bool TryAddReverseLink);
static member AddSingleLinkToUrl : Microsoft.SharePoint.Client.ClientRuntimeContext * string * int * string * bool -> unit
Public Shared Sub AddSingleLinkToUrl (context As ClientRuntimeContext, SourceListName As String, SourceItemID As Integer, TargetItemUrl As String, TryAddReverseLink As Boolean)
Parameters
- context
- ClientRuntimeContext
- SourceListName
- String
- SourceItemID
- Int32
- TargetItemUrl
- String
- TryAddReverseLink
- Boolean
- Attributes