Apex
CloudFiles Client

Query Document

To use this action in apex, you would have to use the queryDocument of the Client class, definition for which is as follows:

Apex


Parameters

  1. String runAs, usually this would be a static value - 'integrationUser'

Return Type

A List<String>

Example

Apex