IPWorks 2020 JavaScript Edition

Questions / Feedback?

EntryLinks Property

A collection of links in the current OData entry.

Syntax


 getEntryLinks(): ODataEntryLinkList;

 setEntryLinks(entryLinks: ODataEntryLinkList): void;

Default Value

Remarks

This is a collection of links (referred to as Navigation Properties) in the current OData entry, as specified by EntryIndex. When EntryIndex is set, all of the elements in the entry are stored as ODataEntryLink types in this collection.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 JavaScript Edition - Version 20.0 [Build 8292]