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.AbstractRepositoryItem

A repository item.

This class is abstract.

Superclass of:

Property Name Type Description Available Version
createdBy String Name of the user who created the item. 39.0
createdDate Datetime Date the item was created. 39.0
description String Description of the Item. 39.0
id String ID of the item. 39.0
itemTypeUrl String URL to the item type information. 39.0
modifiedBy String Name of the user who last modified the item. 39.0
modifiedDate Datetime Date the item was last modified. 39.0
motif ConnectApi.​Motif Motif of the item. 39.0
name String Name of the item. 39.0
repository ConnectApi.​Reference Item external repository. 39.0
type String Item type, file or folder. 39.0
url String The URL to the item. 39.0