Attachment 클래스

정의

활동 내의 첨부 파일입니다.

public class Attachment
type Attachment = class
Public Class Attachment
상속
Attachment
파생

생성자

Attachment()

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

Attachment(String, String, Object, String, String)

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

속성

Content

포함된 콘텐츠를 가져오거나 설정합니다.

ContentType

파일의 mimetype/Contenttype을 가져오거나 설정합니다.

ContentUrl

콘텐츠 URL을 가져오거나 설정합니다.

Name

(선택 사항) 첨부 파일의 이름을 가져오거나 설정합니다.

Properties

형식에 의해 Attachment 정의되지 않지만 REST JSON 개체에 나타날 수 있는 속성을 가져오거나 설정합니다.

ThumbnailUrl

첨부 파일과 연결된 미리 보기(선택 사항)를 가져오거나 설정합니다.

확장 메서드

ToMessagingExtensionAttachment(Attachment, Attachment)

일반 첨부 파일을 메시징 확장 첨부 파일로 변환합니다.

적용 대상