Newer Version Available

This content describes an older version of this product. View Latest

AttachedContentDocument

This read-only object contains all ContentDocument objects associated with an object.

Supported Calls

describeSObjects()

Fields

Field Name Details
ContentDocumentId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description

ID of the attached ContentDocument.

ContentSize
Type
int
Properties
Filter, Group, Nillable, Sort
Description

Size of the document in bytes.

FileType
Type
string
Properties
Filter, Group, Nillable, Sort
Description

Type of document, determined by the file extension.

LinkedEntityId
Type
reference
Properties
Filter, Group, Sort
Description

ID of the record the ContentDocument is attached to.

Title
Type
string
Properties
Filter, Group, Sort
Description

Title of the attached ContentDocument.

Usage

Use this object to list all ContentDocument objects attached to an object via a feed post.

To retrieve ContentDocument objects, issue a describe call on an object, which returns a query result for each activity since the record was created. You can’t directly query this object.