entry_links_resource_path Property

The Resource Path of the OData entry element link.

Syntax

def get_entry_links_resource_path(entry_links_index: int) -> str: ...

Default Value

""

Remarks

The Resource Path of the OData entry element link.

By setting this value to resource_path and calling query_service, you can retrieve the related entries of the current entry (as specified by entry_index).

The entry_links_index parameter specifies the index of the item in the array. The size of the array is controlled by the entry_links_count property.

This property is read-only.

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