SCGetRenderingHtmlRequest Class Reference
| 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
-
renderingIdid of rendering which you want to request
property -
sourceIditem’s id for render using rendering with renderingId
property
Properties
renderingId
id of rendering which you want to request
@property (nonatomic, strong) NSString *renderingIdDiscussion
id of rendering which you want to request
Declared In
SCGetRenderingHtmlRequest.hsourceId
item’s id for render using rendering with renderingId
@property (nonatomic, strong) NSString *sourceIdDiscussion
item’s id for render using rendering with renderingId
Declared In
SCGetRenderingHtmlRequest.h