channelDocs (property)

This should contain a URL for the documentation describing what format was used to create the current RSS channel.

Syntax

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

Default Value

"http://backend.userland.com/rss2"

Remarks

This should contain a URL for the documentation describing what format was used to create the current RSS channel. The default value points to the standard RSS 2.0 documentation found at "http://backend.userland.com/rss2".

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