GetLinksByParentIds Method
Gets a set of Link objects originating from a given set of entities.
Required Permissions
LinkReadSyntax
public Lnk[] GetLinksByParentIds(
System.long[] parentIds,
System.string[] targetEntityClassIds
)Public Function GetLinksByParentIds( _
ByVal parentIds() As System.Long, _
ByVal targetEntityClassIds() As System.String _
) As Lnk()Parameters
| Name | Description |
|---|---|
| parentIds | An array of entity IDs. |
| targetEntityClassIds | The set of allowed Entities Classes for the link targets. |
Return Value
All Link objects matching the passed in parent ID and at least one of the passed in entity class IDs.