Table of Contents

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

ReferenceTo: ContentDocument

RelationshipName: ContentDocument

[JsonProperty(PropertyName = "contentDocument")]
[Updateable(false)]
[Createable(false)]
public SfContentDocument ContentDocument { get; set; }

Property Value

SfContentDocument

ContentDocument ID

Name: ContentDocumentId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "contentDocumentId")]
[Updateable(false)]
[Createable(true)]
public string ContentDocumentId { get; set; }

Property Value

string

ContentDocumentLink ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }

Property Value

string

Is Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }

Property Value

bool?

Linked Entity ID

Name: LinkedEntityId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "linkedEntityId")]
[Updateable(false)]
[Createable(true)]
public string LinkedEntityId { get; set; }

Property Value

string
[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Share Type

Name: ShareType

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "shareType")]
public string ShareType { get; set; }

Property Value

string

Last Modified Date

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?

Visibility

Name: Visibility

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "visibility")]
public string Visibility { get; set; }

Property Value

string