Freigeben über


RelatedItemManager.GetRelatedItems Method

Definition

[Microsoft.SharePoint.Client.Remote]
public static Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.RelatedItem[]> GetRelatedItems (Microsoft.SharePoint.Client.ClientRuntimeContext context, string SourceListName, int SourceItemID);
static member GetRelatedItems : Microsoft.SharePoint.Client.ClientRuntimeContext * string * int -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.RelatedItem[]>
Public Shared Function GetRelatedItems (context As ClientRuntimeContext, SourceListName As String, SourceItemID As Integer) As ClientResult(Of RelatedItem())

Parameters

SourceListName
String
SourceItemID
Int32

Returns

Attributes

Applies to