RSSData Property

The complete text of the RSS XML file.

Syntax

ANSI (Cross Platform)
char* GetRSSData();
int SetRSSData(const char* lpszRSSData); Unicode (Windows) LPWSTR GetRSSData();
INT SetRSSData(LPCWSTR lpszRSSData);
@property (nonatomic,readwrite,assign,getter=RSSData,setter=setRSSData:) NSString* RSSData;
- (NSString*)RSSData;
- (void)setRSSData:(NSString*)newRSSData;
#define PID_RSS_RSSDATA 78

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_RSS_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_RSS_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

When retrieving RSS feeds through the GetFeed or HTML through the GetURL method, this property will contain the complete original text of the feed. When writing an RSS feed using the WriteFile method, the class RSSData will be generated from the existing properties.

This property is not available at design time.

Data Type

String

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