'Declaration Public Function RenderThumbnails( _
ByVal requestParamsInformation about web image and parameters, which should be used for rendering the image thumbnails.As Vintasoft.Shared.Web.WebCompositeRequestParams(Of T) _
) As RenderThumbnailResponseParams[]
public RenderThumbnailResponseParams[] RenderThumbnails(
Vintasoft.Shared.Web.WebCompositeRequestParams<T> requestParams
)
public: RenderThumbnailResponseParams*[] RenderThumbnails(
Vintasoft.Shared.Web.WebCompositeRequestParams<T*>* requestParams
)
public:
RenderThumbnailResponseParams^[] RenderThumbnails(
Vintasoft.Shared.Web.WebCompositeRequestParams<T^>^ requestParams
)
Parameters
- requestParams
- Information about web image and parameters, which should be used for rendering the image thumbnails.
Return Value
Response from the server, which contains information about images and image thumbnails.
Important: The RenderThumbnailResponseParams class will contain an absolute paths to the thumbnails if web service uses the data storage (SessionDataStorage != null) and thumbnail must be cached. The absolute path is not acceptable by web browser so the absolute path to the thumbnail must be converted to the path, which is relative to the root directory of web application, in platform-dependent web service (API controller or HTTP handler), which uses this platform-independent web service.
Important: The RenderThumbnailResponseParams class will contain an absolute paths to the thumbnails if web service uses the data storage (SessionDataStorage != null) and thumbnail must be cached. The absolute path is not acceptable by web browser so the absolute path to the thumbnail must be converted to the path, which is relative to the root directory of web application, in platform-dependent web service (API controller or HTTP handler), which uses this platform-independent web service.