ChannelId Property

The Id conveys a permanent, universally unique identifier for an entry or feed.

Syntax

ANSI (Cross Platform)
char* GetChannelId();
int SetChannelId(const char* lpszChannelId); Unicode (Windows) LPWSTR GetChannelId();
INT SetChannelId(LPCWSTR lpszChannelId);
@property (nonatomic,readwrite,assign,getter=channelId,setter=setChannelId:) NSString* channelId;
- (NSString*)channelId;
- (void)setChannelId:(NSString*)newChannelId;
#define PID_ODATA_CHANNELID 14

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_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

The Id conveys a permanent, universally unique identifier for an entry or feed. This contains an IRI as defined by RFC3987.

Data Type

String

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