EntryUpdated Property

The Date-Time when current entry in an OData feed was updated.

Syntax

ANSI (Cross Platform)
char* GetEntryUpdated();

Unicode (Windows)
LPWSTR GetEntryUpdated();
@property (nonatomic,readonly,assign,getter=entryUpdated) NSString* entryUpdated;
- (NSString*)entryUpdated;
#define PID_ODATA_ENTRYUPDATED 54

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_OData_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property contains the Date-Time when the specified entry within an OData feed was updated. This value will be populated once EntryIndex is set (provided that a Title can be found).

This property is not applicable to OData V4 feeds.

This property is read-only.

Data Type

String

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