FileConsentCardResponse 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사용자가 파일 동의 카드에서 작업할 때 전송되는 호출 활동의 값을 나타냅니다.
public class FileConsentCardResponse
type FileConsentCardResponse = class
Public Class FileConsentCardResponse
- 상속
-
FileConsentCardResponse
생성자
FileConsentCardResponse() |
FileConsentCardResponse 클래스의 새 인스턴스를 초기화합니다. |
FileConsentCardResponse(String, Object, FileUploadInfo) |
FileConsentCardResponse 클래스의 새 인스턴스를 초기화합니다. |
속성
Action |
사용자가 수행한 작업을 가져오거나 설정합니다. 가능한 값은 'accept', 'decline'입니다. |
Context |
작업과 연결된 컨텍스트를 가져오거나 설정합니다. |
UploadInfo |
사용자가 파일을 수락한 경우 를 가져오거나 설정하며 업로드할 파일에 대한 정보가 포함되어 있습니다. |