EntryLinksResourcePath Property
The Resource Path of the OData entry element link.
Syntax
ANSI (Cross Platform) char* GetEntryLinksResourcePath(int iEntryLinksIndex); Unicode (Windows) LPWSTR GetEntryLinksResourcePath(INT iEntryLinksIndex);
- (NSString*)entryLinksResourcePath:(int)entryLinksIndex;
#define PID_ODATA_ENTRYLINKSRESOURCEPATH 42 IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_OData_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal); IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_OData_CheckIndex(void *lpObj, int propid, int arridx);
Default Value
""
Remarks
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).
The EntryLinksIndex parameter specifies the index of the item in the array. The size of the array is controlled by the EntryLinksCount property.
This property is read-only and not available at design time.
Data Type
String