Conforms to NSObject
Declared in SCItemsBrowserInitialization.h

Overview

Basic initialization methods for any items browser controller.

Tasks

Instance Methods

apiSession

The session to communicate with the Sitecore instance.

- (SCExtendedApiSession *)apiSession

Return Value

The session to communicate with the Sitecore instance.

Declared In

SCItemsBrowserInitialization.h

delegate

A delegate that gets notifications about levels loading.

- (id<SCItemsBrowserDelegate>)delegate

Return Value

A delegate that gets notifications about levels loading.

Declared In

SCItemsBrowserInitialization.h

nextLevelRequestBuilder

A factory to build level queries. It can be used to filter items.

- (id<SCItemsLevelRequestBuilder>)nextLevelRequestBuilder

Return Value

A factory to build level queries. It can be used to filter items.

Declared In

SCItemsBrowserInitialization.h

rootItem

An item to start browsing with.

- (SCItem *)rootItem

Return Value

An item to start browsing with.

Declared In

SCItemsBrowserInitialization.h

setApiSession:

The session to communicate with the Sitecore instance.

- (void)setApiSession:(SCExtendedApiSession *)apiSession

Parameters

apiSession

The session to communicate with the Sitecore instance.

Declared In

SCItemsBrowserInitialization.h

setDelegate:

A delegate that gets notifications about levels loading.

- (void)setDelegate:(id<SCItemsBrowserDelegate>)delegate

Parameters

delegate

A delegate that gets notifications about levels loading.

Declared In

SCItemsBrowserInitialization.h

setNextLevelRequestBuilder:

A factory to build level queries. It can be used to filter items.

- (void)setNextLevelRequestBuilder:(id<SCItemsLevelRequestBuilder>)nextLevelRequestBuilder

Parameters

nextLevelRequestBuilder

A factory to build level queries. It can be used to filter items.

Declared In

SCItemsBrowserInitialization.h

setRootItem:

An item to start browsing with.

- (void)setRootItem:(SCItem *)rootItem

Parameters

rootItem

An item to start browsing with.

Declared In

SCItemsBrowserInitialization.h