Data.Cloud.CloudAPI.TCloudService.BuildStringToSignResources

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: TCloudService

Delphi

function BuildStringToSignResources(QueryPrefix: string; QueryParameters: TStringList): string; virtual;

C++

virtual System::UnicodeString __fastcall BuildStringToSignResources(System::UnicodeString QueryPrefix, System::Classes::TStringList* QueryParameters);

Description

Optionally builds the CanonicalizedQueryString.

Based on the value of FUseCanonicalizedResource, BuildStringToSignResources either builds the query string and returns it, or returns an empty string.

The following table shows the significance of the parameters:

Parameter Description

QueryPrefix

The prefix to use before the query parameters

QueryParameters

The query parameters to build the string from


See Also