Inherits from NSObject
Declared in SCBaseItemRequest.h

Overview

The SCBaseItemRequest class is a base for all web api request objects

It stores the information about the source of item or items being operated on. It conforms the SCItemSource protocol informally.

See the reference of SCItemSourcePOD class and SCItemSource protocol for more details.

Tasks

Properties

database

The database used to request Sitecore items, if not set [SCApiSession defaultDatabase] will be used.

@property (nonatomic, strong) NSString *database

Discussion

The database used to request Sitecore items, if not set [SCApiSession defaultDatabase] will be used.

Declared In

SCBaseItemRequest.h

itemSource

The source params used to request Sitecore items, if not set the session defaults will be used.

@property (nonatomic, strong) SCItemSourcePOD *itemSource

Discussion

The source params used to request Sitecore items, if not set the session defaults will be used.

Declared In

SCBaseItemRequest.h

itemVersion

The version used to request Sitecore items, if not set [SCApiSession defaultItemVersion] will be used.

@property (nonatomic, strong) NSString *itemVersion

Discussion

The version used to request Sitecore items, if not set [SCApiSession defaultItemVersion] will be used.

Declared In

SCBaseItemRequest.h

language

The language used to request Sitecore items, if not set [SCApiSession defaultLanguage] will be used.

@property (nonatomic, strong) NSString *language

Discussion

The language used to request Sitecore items, if not set [SCApiSession defaultLanguage] will be used.

Declared In

SCBaseItemRequest.h

site

The site used to request Sitecore items, if not set [SCApiSession defaultSite] will be used.

@property (nonatomic, strong) NSString *site

Discussion

The site used to request Sitecore items, if not set [SCApiSession defaultSite] will be used.

Declared In

SCBaseItemRequest.h