ConnectApi.NewFileAttachmentInput Class

Important

Important

This class isn’t available in version 32.0 and later. In version 32.0 and later, use ConnectApi.​ContentCapability​Input.

Describes a new file to be attached to a feed item. The actual binary file, that is the attachment, is provided as part of the BinaryInput in the method that takes this attachment input, such as postFeedItem or postComment.

Subclass of ConnectApi.​Feed​Item​Attachment​​Input Class

Property Type Description Available Version
description String Description of the file to be uploaded. 28.0–31.0
title String The title of the file. This value is required and is also used as the file name. For example, if the title is My Title, and the file is a .txt file, the file name is My Title.txt. 28.0–31.0
Previous
Next