Class SfFeedItem
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Feed Item
SObject Name: FeedItem
Custom Object: False
public class SfFeedItem : SObject
- Inheritance
-
SfFeedItem
- Inherited Members
Properties
BestComment
ReferenceTo: FeedComment
RelationshipName: BestComment
[JsonProperty(PropertyName = "bestComment")]
[Updateable(false)]
[Createable(false)]
public SfFeedComment BestComment { get; set; }
Property Value
BestCommentId
Best Comment ID
Name: BestCommentId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "bestCommentId")]
[Updateable(false)]
[Createable(false)]
public string BestCommentId { get; set; }
Property Value
Body
Body
Name: Body
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "body")]
public string Body { get; set; }
Property Value
CommentCount
Comment Count
Name: CommentCount
SF Type: int
Nillable: False
[JsonProperty(PropertyName = "commentCount")]
[Updateable(false)]
[Createable(false)]
public int? CommentCount { get; set; }
Property Value
- int?
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(true)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
HasContent
Has Content
Name: HasContent
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasContent")]
[Updateable(false)]
[Createable(false)]
public bool? HasContent { get; set; }
Property Value
- bool?
HasFeedEntity
Has Feed Entity Attachment
Name: HasFeedEntity
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasFeedEntity")]
[Updateable(false)]
[Createable(false)]
public bool? HasFeedEntity { get; set; }
Property Value
- bool?
HasLink
Has Link
Name: HasLink
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasLink")]
[Updateable(false)]
[Createable(false)]
public bool? HasLink { get; set; }
Property Value
- bool?
HasVerifiedComment
Has Verified Comment
Name: HasVerifiedComment
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasVerifiedComment")]
[Updateable(false)]
[Createable(false)]
public bool? HasVerifiedComment { get; set; }
Property Value
- bool?
Id
Feed Item ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
InsertedBy
ReferenceTo: User
RelationshipName: InsertedBy
[JsonProperty(PropertyName = "insertedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser InsertedBy { get; set; }
Property Value
InsertedById
InsertedBy ID
Name: InsertedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "insertedById")]
[Updateable(false)]
[Createable(false)]
public string InsertedById { get; set; }
Property Value
IsClosed
Is Closed
Name: IsClosed
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isClosed")]
[Updateable(false)]
[Createable(false)]
public bool? IsClosed { get; set; }
Property Value
- bool?
IsDeleted
Deleted
Name: IsDeleted
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }
Property Value
- bool?
IsRichText
Is Rich Text
Name: IsRichText
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isRichText")]
public bool? IsRichText { get; set; }
Property Value
- bool?
LastEditById
Last Edit By ID
Name: LastEditById
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "lastEditById")]
[Updateable(false)]
[Createable(true)]
public string LastEditById { get; set; }
Property Value
LastEditDate
Last Edit Date
Name: LastEditDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastEditDate")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? LastEditDate { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
LikeCount
Like Count
Name: LikeCount
SF Type: int
Nillable: False
[JsonProperty(PropertyName = "likeCount")]
[Updateable(false)]
[Createable(false)]
public int? LikeCount { get; set; }
Property Value
- int?
LinkUrl
Link Url
Name: LinkUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "linkUrl")]
[Updateable(false)]
[Createable(true)]
public string LinkUrl { get; set; }
Property Value
ParentId
Parent ID
Name: ParentId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "parentId")]
[Updateable(false)]
[Createable(true)]
public string ParentId { get; set; }
Property Value
RelatedRecordId
Related Record ID
Name: RelatedRecordId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "relatedRecordId")]
[Updateable(false)]
[Createable(true)]
public string RelatedRecordId { get; set; }
Property Value
Revision
Revision
Name: Revision
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "revision")]
[Updateable(false)]
[Createable(true)]
public int? Revision { get; set; }
Property Value
- int?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Status
Status
Name: Status
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
Title
Title
Name: Title
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "title")]
public string Title { get; set; }
Property Value
Type
Feed Item Type
Name: Type
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "type")]
[Updateable(false)]
[Createable(true)]
public string Type { get; set; }