ChannelCategoryDomain Property

This property contains the URL indicating the definition of the current RSS channel's category.

Syntax

ANSI (Cross Platform)
char* GetChannelCategoryDomain();
int SetChannelCategoryDomain(const char* lpszChannelCategoryDomain); Unicode (Windows) LPWSTR GetChannelCategoryDomain();
INT SetChannelCategoryDomain(LPCWSTR lpszChannelCategoryDomain);
@property (nonatomic,readwrite,assign,getter=channelCategoryDomain,setter=setChannelCategoryDomain:) NSString* channelCategoryDomain;
- (NSString*)channelCategoryDomain;
- (void)setChannelCategoryDomain:(NSString*)newChannelCategoryDomain;
#define PID_RSS_CHANNELCATEGORYDOMAIN 5

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 the URL indicating the definition of the current RSS channel's category. This points to a location that defines the category indicated by the ChannelCategory property.

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]