channelLinkRel (property)

This property indicates the relation of the linked content to the feed.

Syntax

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

Default Value

""

Remarks

This property indicates the relation of the linked content to the feed. The following relations are defined by RFC 4287.

  • alternate
  • related
  • self
  • enclosure
  • via

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