다음을 통해 공유


FileConsentCardResponse 클래스

정의

사용자가 파일 동의 카드에서 작업할 때 전송되는 호출 활동의 값을 나타냅니다.

public class FileConsentCardResponse
type FileConsentCardResponse = class
Public Class FileConsentCardResponse
상속
FileConsentCardResponse

생성자

FileConsentCardResponse()

FileConsentCardResponse 클래스의 새 인스턴스를 초기화합니다.

FileConsentCardResponse(String, Object, FileUploadInfo)

FileConsentCardResponse 클래스의 새 인스턴스를 초기화합니다.

속성

Action

사용자가 수행한 작업을 가져오거나 설정합니다. 가능한 값은 'accept', 'decline'입니다.

Context

작업과 연결된 컨텍스트를 가져오거나 설정합니다.

UploadInfo

사용자가 파일을 수락한 경우 를 가져오거나 설정하며 업로드할 파일에 대한 정보가 포함되어 있습니다.

적용 대상