Table of Contents

TTMSFNCCloudCloudinary Class

Publishes the Cloudinary upload client for design-time use, exposing the account configuration properties and the upload event.

API unit family: TMSFNCCloudCloudinary Inherits from: TTMSFNCCustomCloudCloudinary

Syntax

TTMSFNCCloudCloudinary = class(TTMSFNCCustomCloudCloudinary)

Properties

Name Description
AppKey Gets or sets the account API key used to authenticate requests. (inherited from TTMSFNCCustomCloudCloudinary)
CloudName Gets or sets the account cloud name that identifies the target account and forms part of the upload endpoint. (inherited from TTMSFNCCustomCloudCloudinary)
Files Gets the collection of file entries created from successful uploads during the lifetime of this instance. (inherited from TTMSFNCCustomCloudCloudinary)
Secret Gets or sets the account API secret used to sign authenticated requests. (inherited from TTMSFNCCustomCloudCloudinary)
UploadPreset Gets or sets the name of the upload preset applied to each upload. (inherited from TTMSFNCCustomCloudCloudinary)

Methods

Name Description
UploadFile Uploads a local file to the account and adds the resulting entry to Files when the request succeeds. (inherited from TTMSFNCCustomCloudCloudinary)
UploadFileFromResource Uploads an asset from an in-memory resource string and adds the resulting entry to Files when the request succeeds. (inherited from TTMSFNCCustomCloudCloudinary)
UploadFileFromURL Uploads an asset by referencing a remote URL and adds the resulting entry to Files when the request succeeds. (inherited from TTMSFNCCustomCloudCloudinary)

Events

Name Description
OnUploadFile Occurs after an upload request completes. (inherited from TTMSFNCCustomCloudCloudinary)