Open Documentation Menu

Using the “DocumentUploadOptions” class

The dvelop_docs_dev.DocumentUploadOptions class defines the settings and options that control the behavior of the asynchronous process for uploading files.

Constructors

You can create DocumentUploadOptions using the following constructor:

DocumentUploadOptions(useConfigUser, skipValidate)

The constructor creates DocumentUploadOptions with the available parameters.

Signature
global DocumentUploadOptions(Boolean useConfigUser, Boolean skipValidate)
Parameters
  • useConfigUser: Specifies whether the process is run with the service user’s credentials or those for the current logged-in user.

    Data type: Boolean

  • skipValidate: Specifies whether a user session retrieved from the cache is revalidated using Identity Provider and possibly requested again.

    Data type: Boolean