channelCategory (property)

The value of this property is a forward-slash-separated string that identifies a hierarchic location in a particular hierarchy.

Syntax

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

Default Value

""

Remarks

The value of this property is a forward-slash-separated string that identifies a hierarchic location in a particular hierarchy. The conventions used to interpret an RSS channel's category depend upon the processor.

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