Inherits from SCFieldLinkData : NSObject
Declared in SCFieldLinkData.h

Overview

The SCMediaFieldLinkData object represents the Sitecore media link.

Tasks

Properties

itemId

Linked media item id.

@property (nonatomic, readonly) NSString *itemId

Discussion

Linked media item id.

Declared In

SCFieldLinkData.h

Instance Methods

readImageOperation

Used to load linked image.

- (SCAsyncOp)readImageOperation

Return Value

SCAsyncOp block. Call it to get the expected result. The SCAsyncOpResult handler’s result is UIImage object or nil if error happens.

Discussion

Used to load linked image.

Declared In

SCFieldLinkData.h