SCItemsBrowserInitialization Protocol Reference
| Conforms to | NSObject |
| Declared in | SCItemsBrowserInitialization.h |
Tasks
-
– apiSessionThe session to communicate with the Sitecore instance.
required method -
– setApiSession:The session to communicate with the Sitecore instance.
required method -
– rootItemAn item to start browsing with.
required method -
– setRootItem:An item to start browsing with.
required method -
– nextLevelRequestBuilderA factory to build level queries. It can be used to filter items.
required method -
– setNextLevelRequestBuilder:A factory to build level queries. It can be used to filter items.
required method -
– delegateA delegate that gets notifications about levels loading.
required method -
– setDelegate:A delegate that gets notifications about levels loading.
required method
Instance Methods
apiSession
The session to communicate with the Sitecore instance.
- (SCExtendedApiSession *)apiSessionReturn Value
The session to communicate with the Sitecore instance.
Declared In
SCItemsBrowserInitialization.hdelegate
A delegate that gets notifications about levels loading.
- (id<SCItemsBrowserDelegate>)delegateReturn Value
A delegate that gets notifications about levels loading.
Declared In
SCItemsBrowserInitialization.hnextLevelRequestBuilder
A factory to build level queries. It can be used to filter items.
- (id<SCItemsLevelRequestBuilder>)nextLevelRequestBuilderReturn Value
A factory to build level queries. It can be used to filter items.
Declared In
SCItemsBrowserInitialization.hrootItem
An item to start browsing with.
- (SCItem *)rootItemReturn Value
An item to start browsing with.
Declared In
SCItemsBrowserInitialization.hsetApiSession:
The session to communicate with the Sitecore instance.
- (void)setApiSession:(SCExtendedApiSession *)apiSessionParameters
- apiSession
The session to communicate with the Sitecore instance.
Declared In
SCItemsBrowserInitialization.hsetDelegate:
A delegate that gets notifications about levels loading.
- (void)setDelegate:(id<SCItemsBrowserDelegate>)delegateParameters
- delegate
A delegate that gets notifications about levels loading.
Declared In
SCItemsBrowserInitialization.hsetNextLevelRequestBuilder:
A factory to build level queries. It can be used to filter items.
- (void)setNextLevelRequestBuilder:(id<SCItemsLevelRequestBuilder>)nextLevelRequestBuilderParameters
- nextLevelRequestBuilder
A factory to build level queries. It can be used to filter items.
Declared In
SCItemsBrowserInitialization.h