Newer Version Available
ConnectApi.AbstractRepositoryItem
This class is abstract.
| 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 |