BoxTriggerOperations Class

Definition

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

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

Fields

Name Description
OnNewFiles

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

OnUpdatedFiles

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

Applies to