Inherits from SCBaseItemRequest : NSObject
Declared in SCGetRenderingHtmlRequest.h

Overview

The SCGetRenderingHtmlRequest contains the set of params for the requested html rendering from the backend.
It used for [SCApiSession getRenderingHtmlOperationWithRequest:] method.

Tasks

Properties

renderingId

id of rendering which you want to request

@property (nonatomic, strong) NSString *renderingId

Discussion

id of rendering which you want to request

Declared In

SCGetRenderingHtmlRequest.h

sourceId

item’s id for render using rendering with renderingId

@property (nonatomic, strong) NSString *sourceId

Discussion

item’s id for render using rendering with renderingId

Declared In

SCGetRenderingHtmlRequest.h