channelCategoryDomain (property)

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

Syntax

@property (nonatomic,readwrite,assign,getter=channelCategoryDomain,setter=setChannelCategoryDomain:) NSString* channelCategoryDomain;
- (NSString*)channelCategoryDomain;
- (void)setChannelCategoryDomain:(NSString*)newChannelCategoryDomain;
public var channelCategoryDomain: String {
  get {...}
set {...} }

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.

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