RelatedItemManager.GetRelatedItems 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 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
- context
- ClientRuntimeContext
- SourceListName
- String
- SourceItemID
- Int32
Returns
- Attributes