Class SfMessagingSessionFeed
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Messaging Session Feed
SObject Name: MessagingSessionFeed
Custom Object: False
public class SfMessagingSessionFeed : SObject
- Inheritance
-
SfMessagingSessionFeed
- 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")]
[Updateable(false)]
[Createable(false)]
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(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
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: True
[JsonProperty(PropertyName = "insertedById")]
[Updateable(false)]
[Createable(false)]
public string InsertedById { get; set; }
Property Value
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")]
[Updateable(false)]
[Createable(false)]
public bool? IsRichText { get; set; }
Property Value
- bool?
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(false)]
public string LinkUrl { get; set; }
Property Value
Parent
ReferenceTo: MessagingSession
RelationshipName: Parent
[JsonProperty(PropertyName = "parent")]
[Updateable(false)]
[Createable(false)]
public SfMessagingSession Parent { get; set; }
Property Value
ParentId
Parent ID
Name: ParentId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "parentId")]
[Updateable(false)]
[Createable(false)]
public string ParentId { get; set; }
Property Value
RelatedRecordId
Related Record ID
Name: RelatedRecordId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "relatedRecordId")]
[Updateable(false)]
[Createable(false)]
public string RelatedRecordId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
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")]
[Updateable(false)]
[Createable(false)]
public string Title { get; set; }
Property Value
Type
Feed Item Type
Name: Type
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "type")]
[Updateable(false)]
[Createable(false)]
public string Type { get; set; }