ODataEntryLink Type
An object representing a single OData entry link.
Remarks
An object representing a single OData entry link.
Fields
ResourcePath String |
The Resource Path of the OData entry element link. By setting this value to ResourcePath and calling QueryService, you can retrieve the related entries of the current entry (as specified by EntryIndex). |
Title String |
The Title of the OData entry element link. |
Constructors
public ODataEntryLink();