Share via


FileConsentCardResponse Class

Definition

Represents the value of the invoke activity sent when the user acts on a file consent card.

public class FileConsentCardResponse
type FileConsentCardResponse = class
Public Class FileConsentCardResponse
Inheritance
FileConsentCardResponse

Constructors

FileConsentCardResponse()

Initializes a new instance of the FileConsentCardResponse class.

FileConsentCardResponse(String, Object, FileUploadInfo)

Initializes a new instance of the FileConsentCardResponse class.

Properties

Action

Gets or sets the action the user took. Possible values include: 'accept', 'decline'.

Context

Gets or sets the context associated with the action.

UploadInfo

Gets or sets if the user accepted the file, contains information about the file to be uploaded.

Applies to