FileConsentCardResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |