ADO.NET Provider for Salesforce

Build 25.0.9434

ContentDocumentFeed

Captures Chatter activity, including posts and updates, related to Content Documents.

Columns

Name Type ReadOnly References Description
Id [KEY] String True

Unique identifier of the content document feed item.

ParentId String True

ContentDocument.Id

ID of the parent record associated with this feed item.

Type String True

Type of feed item, such as TextPost, ContentPost, or LinkPost.

CreatedById String True

User.Id

ID of the user who created the feed item.

CreatedByIdType String False

Specifies the type of the 'CreatedById' polymorphic field to use in the statement.

CreatedByIdExternalFieldName String False

Specifies the external field name of the 'CreatedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement

IsDeleted Bool True

Indicates whether the feed item has been deleted (true) or not (false).

CommentCount Int True

Number of comments posted on the feed item.

LikeCount Int True

Number of likes received by the feed item.

Title String True

Title of the feed post, typically used with content or link posts.

Body String True

Main content or message body of the feed item.

LinkUrl String True

URL associated with the feed post, if any.

IsRichText Bool True

Indicates whether the content contains rich text formatting.

RelatedRecordId String True

ContentVersion.Id

ID of the record related to the feed item, such as a case or opportunity.

InsertedById String True

User.Id

ID of the user or process that inserted the feed item.

InsertedByIdType String False

Specifies the type of the 'InsertedById' polymorphic field to use in the statement.

InsertedByIdExternalFieldName String False

Specifies the external field name of the 'InsertedById' polymorphic field to use in an INSERT/UPDATE/UPSERT statement

BestCommentId String True

FeedComment.Id

ID of the comment marked as the best comment.

SOQL String False

Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query.

ExternalIdColumn String False

Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called.

FilterScope String False

Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team.

SystemModstamp Datetime True

System-generated timestamp for tracking the last modification.

LastModifiedDate Datetime True

Date and time when the feed item was last modified.

CreatedDate Datetime True

Date and time when the feed item was created.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434