DropboxTriggerOperations Class

Definition

Trigger operation name constants for the Dropbox connector. Use these constants with the [ConnectorTrigger] attribute's OperationName property and with the Connector Namespace TriggerConfig operationName field.

public static class DropboxTriggerOperations
type DropboxTriggerOperations = class
Public Class DropboxTriggerOperations
Inheritance
DropboxTriggerOperations

Fields

Name Description
OnNewFile

When a file is created.

OnNewFiles

When a file is created (properties only). Payload type: DropboxOnNewFilesTriggerPayload.

OnUpdatedFile

When a file is modified.

OnUpdatedFiles

When a file is modified (properties only). Payload type: DropboxOnUpdatedFilesTriggerPayload.

Applies to