Inherits from SCFieldLinkData : NSObject
Declared in SCFieldLinkData.h

Overview

The SCInternalFieldLinkData object represents the Sitecore internal link.

Tasks

Instance Methods

readItemOperation

Used for loading the linked item.

- (SCAsyncOp)readItemOperation

Return Value

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

Discussion

Used for loading the linked item.

Declared In

SCFieldLinkData.h