Class SfContentDocumentLink
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Content Document Link
SObject Name: ContentDocumentLink
Custom Object: False
public class SfContentDocumentLink : SObject
- Inheritance
-
SfContentDocumentLink
- Inherited Members
Properties
ContentDocument
ReferenceTo: ContentDocument
RelationshipName: ContentDocument
[JsonProperty(PropertyName = "contentDocument")]
[Updateable(false)]
[Createable(false)]
public SfContentDocument ContentDocument { get; set; }
Property Value
ContentDocumentId
ContentDocument ID
Name: ContentDocumentId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "contentDocumentId")]
[Updateable(false)]
[Createable(true)]
public string ContentDocumentId { get; set; }
Property Value
Id
ContentDocumentLink ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsDeleted
Is Deleted
Name: IsDeleted
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }
Property Value
- bool?
LinkedEntityId
Linked Entity ID
Name: LinkedEntityId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "linkedEntityId")]
[Updateable(false)]
[Createable(true)]
public string LinkedEntityId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
ShareType
Share Type
Name: ShareType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "shareType")]
public string ShareType { get; set; }
Property Value
SystemModstamp
Last Modified Date
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
Visibility
Visibility
Name: Visibility
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "visibility")]
public string Visibility { get; set; }