Class SfFeedAttachment
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Feed Attachment
SObject Name: FeedAttachment
Custom Object: False
public class SfFeedAttachment : SObject
- Inheritance
-
SfFeedAttachment
- Inherited Members
Properties
FeedEntityId
Feed Entity ID
Name: FeedEntityId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "feedEntityId")]
[Updateable(false)]
[Createable(true)]
public string FeedEntityId { get; set; }
Property Value
Id
Feed Attachment ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { 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?
RecordId
Attachment Record ID
Name: RecordId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "recordId")]
[Updateable(false)]
[Createable(true)]
public string RecordId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Title
Feed Attachment Title
Name: Title
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "title")]
public string Title { get; set; }
Property Value
Type
Feed Attachment Type
Name: Type
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "type")]
[Updateable(false)]
[Createable(true)]
public string Type { get; set; }
Property Value
Value
Feed Attachment Value
Name: Value
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }