updateEntryLinkRel (property)

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

Syntax

@property (nonatomic,readwrite,assign,getter=updateEntryLinkRel,setter=setUpdateEntryLinkRel:) NSString* updateEntryLinkRel;
- (NSString*)updateEntryLinkRel;
- (void)setUpdateEntryLinkRel:(NSString*)newUpdateEntryLinkRel;
public var updateEntryLinkRel: 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]