Data.Cloud.CloudAPI.TCloudService.BuildStringToSignResources

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudService

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