Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.ExtensionsCapabilityInput

Create or update extensions associated with a feed element.

This class is a subclass of ConnectApi.FeedElementCapabilityInput.

Property Type Description Required or Optional Available Version
itemsToAdd List<ConnectApi.​ExtensionInput> List of extensions to associate with the feed element. Required for creating an extension

Optional for updating an extension

40.0
itemsToRemove List<String> List of attachment IDs to remove from the feed element. Optional for updating an extension

Don’t specify for creating an extension

41.0