ChannelTtl Property

This property contains a number of minutes that represents how long the channel may be cached before it needs to be refreshed from the source.

Syntax

ANSI (Cross Platform)
char* GetChannelTtl();
int SetChannelTtl(const char* lpszChannelTtl); Unicode (Windows) LPWSTR GetChannelTtl();
INT SetChannelTtl(LPCWSTR lpszChannelTtl);
@property (nonatomic,readwrite,assign,getter=channelTtl,setter=setChannelTtl:) NSString* channelTtl;
- (NSString*)channelTtl;
- (void)setChannelTtl:(NSString*)newChannelTtl;
#define PID_RSS_CHANNELTTL 24

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

This property contains a number of minutes that represents how long the channel may be cached before it needs to be refreshed from the source.

Data Type

String

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